.layout{min-height:100vh;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:all .3s ease}.header.scrolled{border-bottom-color:var(--color-border);box-shadow:var(--shadow-sm)}.header .header-container{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.header .logo{display:flex;align-items:center;gap:12px;text-decoration:none}.header .logo .logo-img{width:36px;height:36px;border-radius:8px;object-fit:cover}.header .logo .logo-text{font-size:20px;font-weight:700;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary-start) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header .nav-desktop{display:flex;align-items:center;gap:8px}.header .nav-desktop .nav-item{padding:8px 16px;color:var(--color-text-secondary);text-decoration:none;font-weight:500;border-radius:8px;transition:all .2s ease}.header .nav-desktop .nav-item:hover{color:var(--color-primary);background:#1e3a5f0d}.header .nav-desktop .nav-item.active{color:var(--color-primary);background:#1e3a5f14}.header .header-actions{display:flex;align-items:center;gap:16px}.header .header-actions .balance-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#00c9a71a,#00c9a70d);border:1px solid rgba(0,201,167,.2);border-radius:20px;color:var(--color-secondary-start);text-decoration:none;font-weight:600;transition:all .2s ease}.header .header-actions .balance-badge:hover{background:linear-gradient(135deg,#00c9a726,#00c9a71a);transform:translateY(-1px)}.header .header-actions .balance-badge .balance-amount{font-size:14px}.header .header-actions .user-dropdown{display:flex;align-items:center;gap:8px;padding:4px 8px 4px 4px;border-radius:24px;cursor:pointer;transition:all .2s ease}.header .header-actions .user-dropdown:hover{background:var(--color-bg-secondary)}.header .header-actions .user-dropdown .username{font-weight:500;color:var(--color-text-primary)}.header .header-actions .user-dropdown .dropdown-icon{font-size:12px;color:var(--color-text-tertiary)}.header .header-actions .auth-buttons{display:flex;align-items:center;gap:8px}.header .header-actions .auth-buttons .btn-register{background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);border:none;box-shadow:var(--shadow-accent)}.header .header-actions .auth-buttons .btn-register:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00c9a759}.header .header-actions .mobile-menu-btn{display:none}.main-content{flex:1}.main-content.with-header{padding-top:64px}.footer{background:var(--color-primary);color:#fff;padding:64px 0 32px}.footer .footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer .footer-brand .footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer .footer-brand .footer-logo img{width:40px;height:40px;border-radius:8px}.footer .footer-brand .footer-logo span{font-size:20px;font-weight:700}.footer .footer-brand .footer-desc{color:#ffffffb3;line-height:1.6;max-width:300px}.footer .footer-links h4{font-size:16px;font-weight:600;margin-bottom:16px;color:#fff}.footer .footer-links a{display:block;color:#ffffffb3;text-decoration:none;padding:8px 0;transition:color .2s ease}.footer .footer-links a:hover{color:var(--color-secondary-start)}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center;color:#ffffff80;font-size:14px}.mobile-drawer .drawer-header{display:flex;align-items:center;gap:12px}.mobile-drawer .drawer-header .drawer-logo{width:32px;height:32px;border-radius:8px}.mobile-drawer .drawer-header span{font-size:18px;font-weight:700;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary-start) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-drawer .drawer-auth{margin-top:24px;padding-top:24px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:12px}.mobile-drawer .drawer-auth .btn-register{background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);border:none}@media (max-width: 992px){.header .nav-desktop{display:none}.header .header-actions .mobile-menu-btn{display:flex}.footer .footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer .footer-brand{grid-column:1 / -1}}@media (max-width: 576px){.header .header-container{padding:0 16px}.header .logo .logo-text,.header .header-actions .balance-badge .balance-amount,.header .header-actions .user-dropdown .username{display:none}.footer{padding:48px 0 24px}.footer .footer-grid{grid-template-columns:1fr;gap:24px}}.home-page{min-height:100vh;background:linear-gradient(180deg,#f5f7fa,#fff)}.home-page .hero-section{position:relative;padding:80px 32px 100px;background:linear-gradient(135deg,#1e3a5f,#2e5a7f,#1e3a5f);overflow:hidden}.home-page .hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(0,201,167,.15) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(0,201,167,.15) 0%,transparent 50%);animation:pulse-bg 8s ease-in-out infinite}.home-page .hero-section:after{content:"";position:absolute;top:20%;right:10%;width:300px;height:300px;background:linear-gradient(135deg,#00c9a733,#007a6e1a);border-radius:50%;filter:blur(60px);animation:float 6s ease-in-out infinite}@media (max-width: 768px){.home-page .hero-section{padding:60px 20px 80px}}.home-page .hero-section .hero-content{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}.home-page .hero-section .hero-title{font-size:56px;font-weight:800;color:#fff;margin-bottom:20px;letter-spacing:-1px;line-height:1.2;text-shadow:0 4px 20px rgba(0,0,0,.3)}.home-page .hero-section .hero-title .highlight{color:#00d9b5;position:relative}.home-page .hero-section .hero-title .highlight:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:4px;background:linear-gradient(90deg,#00c9a7,#00d9b5);border-radius:2px}@media (max-width: 768px){.home-page .hero-section .hero-title{font-size:36px}}.home-page .hero-section .hero-subtitle{font-size:22px;color:#ffffffe6;margin-bottom:40px;font-weight:400;line-height:1.6}@media (max-width: 768px){.home-page .hero-section .hero-subtitle{font-size:18px;margin-bottom:30px}}.home-page .hero-section .hero-stats{display:flex;justify-content:center;gap:60px;margin-bottom:50px;padding:30px 40px;background:#ffffff1a;border-radius:20px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.home-page .hero-section .hero-stats{gap:30px;padding:20px 30px;flex-wrap:wrap}}.home-page .hero-section .hero-stats .stat-item{display:flex;flex-direction:column;align-items:center}.home-page .hero-section .hero-stats .stat-item .stat-value{font-size:48px;font-weight:800;color:#00d9b5;line-height:1;text-shadow:0 2px 10px rgba(0,201,167,.5)}@media (max-width: 768px){.home-page .hero-section .hero-stats .stat-item .stat-value{font-size:32px}}.home-page .hero-section .hero-stats .stat-item .stat-label{font-size:16px;color:#fffc;margin-top:8px;font-weight:500}.home-page .hero-section .hero-actions{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.home-page .hero-section .hero-actions .btn-primary{padding:16px 40px;height:auto;font-size:18px;font-weight:600;background:linear-gradient(135deg,#00c9a7,#007a6e);border:none;border-radius:12px;box-shadow:0 8px 24px #00c9a766;transition:all .3s ease}.home-page .hero-section .hero-actions .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00c9a780}.home-page .hero-section .hero-actions .btn-secondary{padding:16px 40px;height:auto;font-size:18px;font-weight:600;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;transition:all .3s ease}.home-page .hero-section .hero-actions .btn-secondary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.home-page .hero-section .api-demo{margin-top:60px;padding:30px;background:#0000004d;border-radius:16px;border:1px solid rgba(255,255,255,.1);max-width:800px;margin-left:auto;margin-right:auto}.home-page .hero-section .api-demo .api-demo-title{color:#ffffffb3;font-size:14px;margin-bottom:16px;font-weight:500}.home-page .hero-section .api-demo .api-code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;color:#00d9b5;background:transparent;padding:20px;border-radius:8px;overflow-x:auto;line-height:1.8}.home-page .hero-section .api-demo .api-code .keyword{color:#ff79c6}.home-page .hero-section .api-demo .api-code .string{color:#f1fa8c}.home-page .hero-section .api-demo .api-code .comment{color:#ffffff80}.home-page .model-categories{padding:60px 32px;background:#fff}@media (max-width: 768px){.home-page .model-categories{padding:40px 20px}}.home-page .model-categories .category-card{border-radius:16px;border:1px solid #e8ecf0;transition:all .3s ease;overflow:hidden;position:relative}.home-page .model-categories .category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--category-color-start),var(--category-color-end))}.home-page .model-categories .category-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0000001a}.home-page .model-categories .category-card .category-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:28px;margin-bottom:16px}.home-page .model-categories .category-card.category-text{--category-color-start: #3B82F6;--category-color-end: #1D4ED8}.home-page .model-categories .category-card.category-text .category-icon{background:linear-gradient(135deg,#3b82f61a,#1d4ed80d);color:#3b82f6}.home-page .model-categories .category-card.category-image{--category-color-start: #10B981;--category-color-end: #059669}.home-page .model-categories .category-card.category-image .category-icon{background:linear-gradient(135deg,#10b9811a,#0596690d);color:#10b981}.home-page .model-categories .category-card.category-video{--category-color-start: #F59E0B;--category-color-end: #D97706}.home-page .model-categories .category-card.category-video .category-icon{background:linear-gradient(135deg,#f59e0b1a,#d977060d);color:#f59e0b}.home-page .model-categories .category-card.category-audio{--category-color-start: #EC4899;--category-color-end: #DB2777}.home-page .model-categories .category-card.category-audio .category-icon{background:linear-gradient(135deg,#ec48991a,#db27770d);color:#ec4899}.home-page .features-section{padding:80px 32px;background:linear-gradient(180deg,#f5f7fa,#fff)}@media (max-width: 768px){.home-page .features-section{padding:60px 20px}}.home-page .features-section .section-title{font-size:36px;font-weight:700;color:#1e3a5f;text-align:center;margin-bottom:50px}@media (max-width: 768px){.home-page .features-section .section-title{font-size:28px;margin-bottom:40px}}.home-page .features-section .feature-card{border-radius:16px;border:1px solid #e8ecf0;padding:30px;text-align:center;transition:all .3s ease;background:#fff}.home-page .features-section .feature-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #1e3a5f1f;border-color:#00c9a7}.home-page .features-section .feature-card .feature-icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:32px;background:linear-gradient(135deg,#1e3a5f1a,#00c9a70d);border-radius:16px;color:#1e3a5f}.home-page .features-section .feature-card .feature-title{font-size:20px;font-weight:600;color:#1e3a5f;margin-bottom:12px}.home-page .features-section .feature-card .feature-desc{font-size:15px;color:#4a5568;line-height:1.6}.home-page .recommended-section{padding:80px 32px;background:#fff}@media (max-width: 768px){.home-page .recommended-section{padding:60px 20px}}.home-page .recommended-section .section-title{font-size:36px;font-weight:700;color:#1e3a5f;text-align:center;margin-bottom:50px}.home-page .recommended-section .model-preview-card{border-radius:16px;border:1px solid #e8ecf0;padding:24px;transition:all .3s ease;height:100%}.home-page .recommended-section .model-preview-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0000001a;border-color:#00c9a7}.home-page .recommended-section .model-preview-card .model-tags,.home-page .recommended-section .model-preview-card .model-info{margin-bottom:16px}.home-page .recommended-section .model-preview-card .model-info .model-name{font-size:18px;font-weight:600;color:#1e3a5f;margin-bottom:4px}.home-page .recommended-section .model-preview-card .model-info .model-provider{font-size:14px;color:#718096}.home-page .recommended-section .model-preview-card .model-price{font-size:20px;font-weight:700;color:#00c9a7}.home-page .recommended-section .section-action{text-align:center;margin-top:40px}.home-page .recommended-section .section-action .ant-btn{padding:16px 40px;height:auto;font-size:18px;font-weight:600;background:linear-gradient(135deg,#1e3a5f,#2e5a7f);border:none;border-radius:12px}.home-page .recommended-section .section-action .ant-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1e3a5f4d}.home-page .providers-section{padding:60px 32px;background:linear-gradient(180deg,#f5f7fa,#fff)}.home-page .providers-section .section-title{font-size:36px;font-weight:700;color:#1e3a5f;text-align:center;margin-bottom:40px}.home-page .providers-section .provider-tags{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.home-page .providers-section .provider-tags .provider-tag{padding:8px 20px;background:#fff;border:1px solid #e8ecf0;border-radius:20px;font-size:15px;color:#4a5568;transition:all .2s ease}.home-page .providers-section .provider-tags .provider-tag:hover{background:linear-gradient(135deg,#1e3a5f1a,#00c9a70d);border-color:#00c9a7;color:#1e3a5f}.home-page .cta-section{padding:80px 32px;background:linear-gradient(135deg,#1e3a5f,#2e5a7f);position:relative}.home-page .cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(0,201,167,.1) 0%,transparent 70%)}.home-page .cta-section .cta-content{text-align:center;position:relative;z-index:2}.home-page .cta-section .cta-content h2{font-size:36px;font-weight:700;color:#fff;margin-bottom:16px}.home-page .cta-section .cta-content p{font-size:20px;color:#ffffffe6;margin-bottom:40px}.home-page .cta-section .cta-content .cta-actions{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.home-page .cta-section .cta-content .cta-actions .btn-cta{padding:16px 40px;height:auto;font-size:18px;font-weight:600;background:linear-gradient(135deg,#00c9a7,#007a6e);border:none;border-radius:12px;box-shadow:0 8px 24px #00c9a766}.home-page .cta-section .cta-content .cta-actions .btn-cta:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00c9a780}.home-page .cta-section .cta-content .cta-actions .ant-btn:not(.btn-cta){padding:16px 40px;height:auto;font-size:18px;background:#ffffff26;border:2px solid rgba(255,255,255,.3);color:#fff}.home-page .cta-section .cta-content .cta-actions .ant-btn:not(.btn-cta):hover{background:#ffffff40;transform:translateY(-2px)}@keyframes pulse-bg{0%,to{opacity:1}50%{opacity:.7}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@media (max-width: 576px){.home-page .hero-section .hero-stats{flex-direction:column;gap:20px}.home-page .hero-section .hero-stats .stat-item .stat-value{font-size:28px}.home-page .hero-section .hero-actions{flex-direction:column}.home-page .hero-section .hero-actions .btn-primary,.home-page .hero-section .hero-actions .btn-secondary{width:100%}}.models-page{min-height:100vh;background:#f5f7fa}.models-page .models-hero{padding:80px 32px 60px;background:linear-gradient(135deg,#1e3a5f,#2e5a7f,#1e3a5f);position:relative}.models-page .models-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(0,201,167,.2) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(0,201,167,.2) 0%,transparent 50%)}.models-page .models-hero .container{position:relative;z-index:2}.models-page .models-hero .hero-title{font-size:48px;font-weight:800;color:#fff;margin-bottom:16px;text-shadow:0 4px 20px rgba(0,0,0,.3)}@media (max-width: 768px){.models-page .models-hero .hero-title{font-size:32px}}.models-page .models-hero .hero-subtitle{font-size:20px;color:#ffffffe6;font-weight:400}.models-page .models-stats{padding:40px 32px;background:#fff}.models-page .models-stats .stat-card{display:flex;align-items:center;gap:20px;padding:24px;background:linear-gradient(135deg,#f5f7fa,#fff);border-radius:16px;border:1px solid #e8ecf0;transition:all .3s ease}.models-page .models-stats .stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.models-page .models-stats .stat-card .stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:24px;border-radius:12px}.models-page .models-stats .stat-card .stat-info{display:flex;flex-direction:column}.models-page .models-stats .stat-card .stat-info .stat-count{font-size:28px;font-weight:800;color:#1e3a5f}.models-page .models-stats .stat-card .stat-info .stat-label{font-size:14px;color:#718096;margin-top:4px}.models-page .models-stats .stat-card.stat-text .stat-icon{background:linear-gradient(135deg,#3b82f61a,#1d4ed80d);color:#3b82f6}.models-page .models-stats .stat-card.stat-image .stat-icon{background:linear-gradient(135deg,#10b9811a,#0596690d);color:#10b981}.models-page .models-stats .stat-card.stat-video .stat-icon{background:linear-gradient(135deg,#f59e0b1a,#d977060d);color:#f59e0b}.models-page .models-stats .stat-card.stat-audio .stat-icon{background:linear-gradient(135deg,#ec48991a,#db27770d);color:#ec4899}.models-page .models-list-section{padding:60px 32px 80px}.models-page .models-list-section .filter-toolbar{background:#fff;padding:24px;border-radius:16px;border:1px solid #e8ecf0;margin-bottom:24px}.models-page .models-list-section .filter-toolbar .filter-search{margin-bottom:16px}.models-page .models-list-section .filter-toolbar .filter-search .ant-input-affix-wrapper{border-radius:12px;border-color:#e8ecf0}.models-page .models-list-section .filter-toolbar .filter-search .ant-input-affix-wrapper:focus{border-color:#00c9a7}.models-page .models-list-section .filter-toolbar .filter-buttons{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.models-page .models-list-section .filter-toolbar .filter-buttons .filter-group{display:flex;gap:8px;flex-wrap:wrap}.models-page .models-list-section .filter-toolbar .filter-buttons .filter-group .ant-btn{border-radius:10px;border-color:#e8ecf0;color:#4a5568;font-weight:500}.models-page .models-list-section .filter-toolbar .filter-buttons .filter-group .ant-btn .btn-icon{margin-right:6px}.models-page .models-list-section .filter-toolbar .filter-buttons .filter-group .ant-btn .btn-count{margin-left:8px;padding:2px 8px;background:#1e3a5f1a;border-radius:8px;font-size:12px}.models-page .models-list-section .filter-toolbar .filter-buttons .filter-group .ant-btn.btn-active{background:linear-gradient(135deg,#1e3a5f,#2e5a7f);border:none;color:#fff}.models-page .models-list-section .filter-toolbar .filter-buttons .filter-group .ant-btn.btn-active .btn-count{background:#00c9a74d}.models-page .models-list-section .filter-toolbar .filter-buttons .ant-select .ant-select-selector{border-radius:10px;border-color:#e8ecf0}.models-page .models-list-section .result-count{font-size:14px;color:#718096;margin-bottom:20px}.models-page .models-list-section .model-card{border-radius:16px;border:1px solid #e8ecf0;padding:20px;transition:all .3s ease;background:#fff;position:relative;overflow:hidden}.models-page .models-list-section .model-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--category-color-start),var(--category-color-end))}.models-page .models-list-section .model-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0000001a;border-color:#00c9a7}.models-page .models-list-section .model-card .model-category-icon{position:absolute;top:12px;right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--category-color-end);background:var(--category-color-bg);border-radius:8px}.models-page .models-list-section .model-card .model-tags{margin-bottom:16px;display:flex;gap:6px}.models-page .models-list-section .model-card .model-tags .model-tag{border-radius:6px;font-size:12px;font-weight:500}.models-page .models-list-section .model-card .model-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.models-page .models-list-section .model-card .model-header .model-brand-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#fff);border-radius:10px;border:1px solid #e8ecf0}.models-page .models-list-section .model-card .model-header .model-brand-icon .brand-icon-img{width:32px;height:32px;object-fit:contain;transition:transform .2s ease}.models-page .models-list-section .model-card .model-header .model-brand-icon:hover .brand-icon-img{transform:scale(1.1)}.models-page .models-list-section .model-card .model-header .model-info{flex:1}.models-page .models-list-section .model-card .model-header .model-info .model-name{font-size:16px;font-weight:600;color:#1e3a5f;margin:0;line-height:1.3}.models-page .models-list-section .model-card .model-header .model-info .model-provider{font-size:13px;color:#718096;margin:4px 0 0}.models-page .models-list-section .model-card .model-id{margin-bottom:12px}.models-page .models-list-section .model-card .model-id code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;color:#00c9a7;background:#00c9a71a;padding:6px 10px;border-radius:6px;display:inline-block}.models-page .models-list-section .model-card .model-category-tag{margin-bottom:16px}.models-page .models-list-section .model-card .model-category-tag .category-badge{display:inline-block;padding:4px 12px;border-radius:8px;font-size:12px;font-weight:500;background:var(--category-color-bg);color:var(--category-color-end)}.models-page .models-list-section .model-card .model-pricing{border-top:1px solid #f0f0f0;padding-top:12px;margin-top:12px}.models-page .models-list-section .model-card .model-pricing .pricing-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.models-page .models-list-section .model-card .model-pricing .pricing-item:last-child{margin-bottom:0}.models-page .models-list-section .model-card .model-pricing .pricing-item .pricing-label{font-size:12px;color:#718096}.models-page .models-list-section .model-card .model-pricing .pricing-item .pricing-value{font-size:14px;font-weight:600;color:#1e3a5f}.models-page .models-list-section .model-card .model-actions{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:12px;border-top:1px solid #f0f0f0}.models-page .models-list-section .model-card .model-actions .btn-try{background:linear-gradient(135deg,#00c9a7,#007a6e);border:none;border-radius:8px}.models-page .models-list-section .model-card .model-actions .btn-try:hover{transform:translateY(-1px)}.models-page .models-list-section .model-card.text-card{--category-color-start: #3B82F6;--category-color-end: #1D4ED8;--category-color-bg: rgba(59, 130, 246, .1)}.models-page .models-list-section .model-card.image-card{--category-color-start: #10B981;--category-color-end: #059669;--category-color-bg: rgba(16, 185, 129, .1)}.models-page .models-list-section .model-card.video-card{--category-color-start: #F59E0B;--category-color-end: #D97706;--category-color-bg: rgba(245, 158, 11, .1)}.models-page .models-list-section .model-card.audio-card{--category-color-start: #EC4899;--category-color-end: #DB2777;--category-color-bg: rgba(236, 72, 153, .1)}.models-page .models-cta{padding:80px 32px;background:linear-gradient(135deg,#1e3a5f,#2e5a7f)}.models-page .models-cta .cta-content{text-align:center}.models-page .models-cta .cta-content h2{font-size:36px;font-weight:700;color:#fff;margin-bottom:16px}.models-page .models-cta .cta-content p{font-size:20px;color:#ffffffe6;margin-bottom:40px}.models-page .models-cta .cta-content .btn-cta{padding:16px 40px;height:auto;font-size:18px;font-weight:600;background:linear-gradient(135deg,#00c9a7,#007a6e);border:none;border-radius:12px;box-shadow:0 8px 24px #00c9a766}.models-page .models-cta .cta-content .btn-cta:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00c9a780}@media (max-width: 768px){.models-page .models-hero{padding:60px 20px 40px}.models-page .models-stats{padding:30px 20px}.models-page .models-list-section{padding:40px 20px 60px}.models-page .models-list-section .filter-toolbar{padding:16px}.models-page .models-list-section .filter-toolbar .filter-buttons .filter-group .ant-btn{font-size:13px}.models-page .models-cta{padding:60px 20px}}.pricing-page .pricing-hero{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);padding:80px 0 60px;text-align:center;color:#fff}.pricing-page .pricing-hero .hero-title{font-size:42px;font-weight:700;margin-bottom:16px}.pricing-page .pricing-hero .hero-subtitle{font-size:18px;opacity:.9}.pricing-page .plans-section{padding:64px 0;background:var(--color-bg-secondary)}.pricing-page .plans-section .plan-card{border-radius:16px;box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative;overflow:hidden}.pricing-page .plans-section .plan-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.pricing-page .plans-section .plan-card.popular{border:2px solid var(--color-secondary-start);transform:scale(1.02)}.pricing-page .plans-section .plan-card.popular:hover{transform:scale(1.02) translateY(-4px)}.pricing-page .plans-section .plan-card .popular-badge{position:absolute;top:0;right:0;background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);color:#fff;padding:4px 12px;font-size:12px;font-weight:500;border-bottom-left-radius:12px}.pricing-page .plans-section .plan-card .plan-header{text-align:center;margin-bottom:24px}.pricing-page .plans-section .plan-card .plan-header .plan-name{font-size:24px;font-weight:600;color:var(--color-text-primary);margin-bottom:8px}.pricing-page .plans-section .plan-card .plan-header .plan-desc{font-size:14px;color:var(--color-text-secondary);margin:0}.pricing-page .plans-section .plan-card .plan-price{text-align:center;margin-bottom:24px}.pricing-page .plans-section .plan-card .plan-price .price-currency{font-size:24px;font-weight:600;color:var(--color-text-primary);vertical-align:top}.pricing-page .plans-section .plan-card .plan-price .price-value{font-size:48px;font-weight:700;color:var(--color-primary)}.pricing-page .plans-section .plan-card .plan-price .price-unit{font-size:14px;color:var(--color-text-secondary)}.pricing-page .plans-section .plan-card .plan-price .price-custom{font-size:32px;font-weight:700;color:var(--color-primary)}.pricing-page .plans-section .plan-card .plan-features{margin-bottom:24px}.pricing-page .plans-section .plan-card .plan-features .ant-list-item{border:none;padding:8px 0;font-size:14px;color:var(--color-text-secondary)}.pricing-page .plans-section .plan-card .plan-features .ant-list-item .feature-icon{color:var(--color-secondary-start);margin-right:8px}.pricing-page .plans-section .plan-card .btn-cta{background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);border:none;box-shadow:var(--shadow-accent)}.pricing-page .plans-section .plan-card .btn-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00c9a759}.pricing-page .model-pricing-section{padding:64px 0}.pricing-page .model-pricing-section .section-header{text-align:center;margin-bottom:32px}.pricing-page .model-pricing-section .section-header .section-title{font-size:28px;font-weight:600;color:var(--color-text-primary);margin-bottom:8px}.pricing-page .model-pricing-section .section-header .section-subtitle{font-size:16px;color:var(--color-text-secondary)}.pricing-page .model-pricing-section .pricing-table-card{border-radius:16px;box-shadow:var(--shadow-sm)}.pricing-page .model-pricing-section .pricing-table-card .pricing-table .table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px;padding:16px;background:var(--color-bg-secondary);border-radius:8px;font-weight:600;color:var(--color-text-primary);margin-bottom:8px}.pricing-page .model-pricing-section .pricing-table-card .pricing-table .table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px;padding:16px;border-bottom:1px solid var(--color-border);align-items:center}.pricing-page .model-pricing-section .pricing-table-card .pricing-table .table-row:last-child{border-bottom:none}.pricing-page .model-pricing-section .pricing-table-card .pricing-table .table-row .model-name{font-weight:500;color:var(--color-text-primary)}.pricing-page .model-pricing-section .pricing-table-card .pricing-table .table-row .price{font-weight:600;color:var(--color-secondary-start)}.pricing-page .bonus-section{padding:64px 0;background:var(--color-bg-secondary)}.pricing-page .bonus-section .section-header{text-align:center;margin-bottom:32px}.pricing-page .bonus-section .section-header .section-title{font-size:28px;font-weight:600;color:var(--color-text-primary);margin-bottom:8px}.pricing-page .bonus-section .section-header .section-subtitle{font-size:16px;color:var(--color-text-secondary)}.pricing-page .bonus-section .bonus-card{text-align:center;padding:32px 24px;border-radius:16px;position:relative;transition:all .3s ease}.pricing-page .bonus-section .bonus-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.pricing-page .bonus-section .bonus-card.featured{border:2px solid var(--color-secondary-start)}.pricing-page .bonus-section .bonus-card.featured .bonus-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);color:#fff;padding:4px 16px;border-radius:20px;font-size:12px;font-weight:600}.pricing-page .bonus-section .bonus-card .bonus-amount{font-size:36px;font-weight:700;color:var(--color-primary);margin-bottom:8px}.pricing-page .bonus-section .bonus-card .bonus-desc{font-size:14px;color:var(--color-text-secondary)}.pricing-page .bonus-section .bonus-card .bonus-desc .highlight{color:var(--color-secondary-start);font-weight:600}.pricing-page .faq-section{padding:64px 0}.pricing-page .faq-section .section-header{text-align:center;margin-bottom:32px}.pricing-page .faq-section .section-header .section-title{font-size:28px;font-weight:600;color:var(--color-text-primary)}.pricing-page .faq-section .faq-card{border-radius:12px;box-shadow:var(--shadow-sm);height:100%}.pricing-page .faq-section .faq-card .faq-question{font-size:16px;font-weight:600;color:var(--color-text-primary);margin-bottom:12px}.pricing-page .faq-section .faq-card .faq-answer{font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin:0}.pricing-page .pricing-cta{padding:64px 0;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%)}.pricing-page .pricing-cta .cta-content{text-align:center;color:#fff}.pricing-page .pricing-cta .cta-content h2{font-size:28px;font-weight:600;margin-bottom:8px}.pricing-page .pricing-cta .cta-content p{font-size:16px;opacity:.9;margin-bottom:24px}.pricing-page .pricing-cta .cta-content .btn-cta{height:48px;padding:0 40px;font-size:16px;background:#fff;color:var(--color-primary);border:none}.pricing-page .pricing-cta .cta-content .btn-cta:hover{background:var(--color-bg-secondary);transform:translateY(-2px)}@media (max-width: 768px){.pricing-page .pricing-hero{padding:60px 0 40px}.pricing-page .pricing-hero .hero-title{font-size:32px}.pricing-page .plans-section{padding:32px 0}.pricing-page .plans-section .plan-card.popular{transform:none}.pricing-page .plans-section .plan-card.popular:hover{transform:translateY(-4px)}.pricing-page .model-pricing-section{padding:32px 0}.pricing-page .model-pricing-section .pricing-table-card .pricing-table .table-header,.pricing-page .model-pricing-section .pricing-table-card .pricing-table .table-row{grid-template-columns:2fr 1fr 1fr}.pricing-page .model-pricing-section .pricing-table-card .pricing-table .table-header span:nth-child(2),.pricing-page .model-pricing-section .pricing-table-card .pricing-table .table-row span:nth-child(2){display:none}.pricing-page .bonus-section,.pricing-page .faq-section{padding:32px 0}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e8f4f8);padding:24px}.login-page .login-container{display:flex;width:100%;max-width:1000px;min-height:600px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg)}.login-page .login-decoration{flex:1;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);display:flex;align-items:center;justify-content:center;padding:48px;color:#fff}.login-page .login-decoration .decoration-content{max-width:360px}.login-page .login-decoration .decoration-logo{width:64px;height:64px;border-radius:16px;margin-bottom:32px;box-shadow:0 8px 32px #0003}.login-page .login-decoration .decoration-title{font-size:32px;font-weight:700;margin-bottom:16px}.login-page .login-decoration .decoration-desc{font-size:16px;opacity:.9;margin-bottom:48px;line-height:1.6}.login-page .login-decoration .decoration-features .feature-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:14px;opacity:.9}.login-page .login-decoration .decoration-features .feature-item .feature-dot{width:8px;height:8px;border-radius:50%;background:var(--color-secondary-start)}.login-page .login-form-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:48px}.login-page .login-form-wrapper .login-form-content{width:100%;max-width:360px}.login-page .login-form-wrapper .form-header{text-align:center;margin-bottom:32px}.login-page .login-form-wrapper .form-header .form-title{font-size:28px;font-weight:700;color:var(--color-text-primary);margin-bottom:8px}.login-page .login-form-wrapper .form-header .form-subtitle{font-size:14px;color:var(--color-text-secondary)}.login-page .login-form-wrapper .form-header .form-subtitle .link-primary{color:var(--color-secondary-start);font-weight:500}.login-page .login-form-wrapper .form-header .form-subtitle .link-primary:hover{text-decoration:underline}.login-page .login-form-wrapper .login-form .custom-input{border-radius:8px;height:44px}.login-page .login-form-wrapper .login-form .custom-input .input-icon{color:var(--color-text-tertiary)}.login-page .login-form-wrapper .login-form .custom-input:focus,.login-page .login-form-wrapper .login-form .custom-input:hover{border-color:var(--color-secondary-start)}.login-page .login-form-wrapper .login-form .form-options{margin-bottom:16px}.login-page .login-form-wrapper .login-form .form-options .forgot-link{float:right;color:var(--color-text-secondary);font-size:14px}.login-page .login-form-wrapper .login-form .form-options .forgot-link:hover{color:var(--color-secondary-start)}.login-page .login-form-wrapper .login-form .btn-login{height:44px;font-size:16px;font-weight:500;background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);border:none;box-shadow:var(--shadow-accent)}.login-page .login-form-wrapper .login-form .btn-login:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00c9a759}.login-page .login-form-wrapper .divider{color:var(--color-text-tertiary);font-size:12px;margin:24px 0}.login-page .login-form-wrapper .register-link{text-align:center}.login-page .login-form-wrapper .register-link p{font-size:14px;color:var(--color-text-secondary);margin-bottom:12px}.login-page .login-form-wrapper .register-link .btn-register{height:44px;border-color:var(--color-secondary-start);color:var(--color-secondary-start)}.login-page .login-form-wrapper .register-link .btn-register:hover{background:var(--color-secondary-start);color:#fff}@media (max-width: 768px){.login-page{padding:0;background:#fff}.login-page .login-container{flex-direction:column;border-radius:0;box-shadow:none;min-height:100vh}.login-page .login-decoration{padding:32px 24px;min-height:200px}.login-page .login-decoration .decoration-logo{width:48px;height:48px;margin-bottom:16px}.login-page .login-decoration .decoration-title{font-size:24px}.login-page .login-decoration .decoration-desc{margin-bottom:24px}.login-page .login-decoration .decoration-features{display:none}.login-page .login-form-wrapper{padding:32px 24px;flex:1}}.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e8f4f8);padding:24px}.register-page .register-container{width:100%;max-width:480px}.register-page .register-card{border-radius:24px;box-shadow:var(--shadow-lg);padding:48px}.register-page .register-card .register-header{text-align:center;margin-bottom:32px}.register-page .register-card .register-header .register-logo{width:64px;height:64px;border-radius:16px;margin-bottom:16px;box-shadow:var(--shadow-md)}.register-page .register-card .register-header .register-title{font-size:28px;font-weight:700;color:var(--color-text-primary);margin-bottom:8px}.register-page .register-card .register-header .register-subtitle{font-size:14px;color:var(--color-text-secondary)}.register-page .register-card .register-header .register-subtitle .link-primary{color:var(--color-secondary-start);font-weight:500}.register-page .register-card .register-header .register-subtitle .link-primary:hover{text-decoration:underline}.register-page .register-card .register-steps{margin-bottom:32px}.register-page .register-card .register-steps .ant-steps-item-icon{background:var(--color-bg-tertiary);border-color:var(--color-bg-tertiary)}.register-page .register-card .register-steps .ant-steps-item-icon .ant-steps-icon{color:var(--color-text-secondary)}.register-page .register-card .register-steps .ant-steps-item-process .ant-steps-item-icon{background:var(--color-secondary-start);border-color:var(--color-secondary-start)}.register-page .register-card .register-steps .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon{color:#fff}.register-page .register-card .register-steps .ant-steps-item-finish .ant-steps-item-icon{background:var(--color-secondary-start);border-color:var(--color-secondary-start)}.register-page .register-card .register-steps .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:#fff}.register-page .register-card .register-steps .ant-steps-item-finish .ant-steps-item-tail:after{background:var(--color-secondary-start)}.register-page .register-card .register-form .custom-input{border-radius:8px;height:44px}.register-page .register-card .register-form .custom-input .input-icon{color:var(--color-text-tertiary)}.register-page .register-card .register-form .custom-input:focus,.register-page .register-card .register-form .custom-input:hover{border-color:var(--color-secondary-start)}.register-page .register-card .register-form .steps-content{margin-bottom:24px}.register-page .register-card .register-form .invite-info{text-align:center;padding:24px;background:linear-gradient(135deg,#00c9a71a,#00c9a70d);border-radius:12px;margin-bottom:24px}.register-page .register-card .register-form .invite-info .invite-icon{font-size:48px;color:var(--color-secondary-start);margin-bottom:16px}.register-page .register-card .register-form .invite-info .invite-text{font-size:14px;color:var(--color-text-secondary);line-height:1.6}.register-page .register-card .register-form .invite-help{padding:16px;background:var(--color-bg-secondary);border-radius:8px;margin-top:16px}.register-page .register-card .register-form .invite-help p{font-size:14px;font-weight:500;color:var(--color-text-primary);margin-bottom:8px}.register-page .register-card .register-form .invite-help ul{margin:0;padding-left:20px}.register-page .register-card .register-form .invite-help ul li{font-size:13px;color:var(--color-text-secondary);margin-bottom:4px}.register-page .register-card .register-form .steps-action{display:flex;gap:12px}.register-page .register-card .register-form .steps-action .btn-prev{flex:1;height:44px}.register-page .register-card .register-form .steps-action .btn-next{flex:2;height:44px;font-size:16px;font-weight:500;background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);border:none;box-shadow:var(--shadow-accent)}.register-page .register-card .register-form .steps-action .btn-next:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00c9a759}.register-page .register-card .register-footer{margin-top:24px;padding-top:24px;border-top:1px solid var(--color-border);text-align:center}.register-page .register-card .register-footer .agreement{font-size:12px;color:var(--color-text-tertiary)}.register-page .register-card .register-footer .agreement a{color:var(--color-secondary-start)}.register-page .register-card .register-footer .agreement a:hover{text-decoration:underline}@media (max-width: 576px){.register-page{padding:0;background:#fff}.register-page .register-container{max-width:100%}.register-page .register-card{border-radius:0;box-shadow:none;padding:32px 24px;min-height:100vh}.register-page .register-card .register-header .register-logo{width:48px;height:48px}.register-page .register-card .register-header .register-title{font-size:24px}.register-page .register-card .register-steps .ant-steps-item-title{font-size:12px}}.dashboard-page{padding:24px}.dashboard-page .dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.dashboard-page .dashboard-header .welcome-section .welcome-title{font-size:24px;font-weight:600;color:var(--color-text-primary);margin-bottom:4px}.dashboard-page .dashboard-header .welcome-section .welcome-subtitle{font-size:14px;color:var(--color-text-secondary)}.dashboard-page .dashboard-header .header-actions .btn-recharge{background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);border:none;box-shadow:var(--shadow-accent)}.dashboard-page .dashboard-header .header-actions .btn-recharge:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00c9a759}.dashboard-page .stats-row{margin-bottom:24px}.dashboard-page .stats-row .stat-card{border-radius:16px;box-shadow:var(--shadow-sm);transition:all .3s ease}.dashboard-page .stats-row .stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.dashboard-page .stats-row .stat-card.balance-card{background:linear-gradient(135deg,#00c9a70d,#00c9a705);border:1px solid rgba(0,201,167,.1)}.dashboard-page .stats-row .stat-card .stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dashboard-page .stats-row .stat-card .stat-header .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.dashboard-page .stats-row .stat-card .stat-header .stat-action{font-size:14px;color:var(--color-secondary-start);font-weight:500}.dashboard-page .stats-row .stat-card .stat-header .stat-action:hover{text-decoration:underline}.dashboard-page .stats-row .stat-card .stat-value .ant-statistic-title{font-size:14px;color:var(--color-text-secondary);margin-bottom:8px}.dashboard-page .stats-row .stat-card .stat-value .ant-statistic-content{font-size:32px;font-weight:700;color:var(--color-text-primary)}.dashboard-page .stats-row .stat-card .stat-desc{font-size:12px;color:var(--color-text-tertiary);margin-top:8px;margin-bottom:0}.dashboard-page .actions-row{margin-bottom:24px}.dashboard-page .actions-row .action-card{border-radius:16px;text-align:center;padding:24px;transition:all .3s ease}.dashboard-page .actions-row .action-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.dashboard-page .actions-row .action-card .action-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 16px}.dashboard-page .actions-row .action-card .action-title{font-size:16px;font-weight:600;color:var(--color-text-primary);margin-bottom:8px}.dashboard-page .actions-row .action-card .action-desc{font-size:13px;color:var(--color-text-secondary);margin:0}.dashboard-page .activity-card,.dashboard-page .notice-card{border-radius:16px;box-shadow:var(--shadow-sm)}.dashboard-page .activity-card .ant-card-head,.dashboard-page .notice-card .ant-card-head{border-bottom:1px solid var(--color-border);padding:16px 24px}.dashboard-page .activity-card .ant-card-head .ant-card-head-title,.dashboard-page .notice-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600}.dashboard-page .activity-card .ant-card-body,.dashboard-page .notice-card .ant-card-body{padding:0}.dashboard-page .activity-item{padding:16px 24px;border-bottom:1px solid var(--color-border)}.dashboard-page .activity-item:last-child{border-bottom:none}.dashboard-page .activity-item .activity-content{display:flex;align-items:center;gap:12px}.dashboard-page .activity-item .activity-content .activity-text{font-size:14px;color:var(--color-text-primary)}.dashboard-page .activity-item .activity-time{font-size:12px;color:var(--color-text-tertiary)}.dashboard-page .notice-list{padding:16px 24px}.dashboard-page .notice-list .notice-item{padding:12px 0;border-bottom:1px solid var(--color-border)}.dashboard-page .notice-list .notice-item:last-child{border-bottom:none}.dashboard-page .notice-list .notice-item p{font-size:14px;color:var(--color-text-primary);margin:8px 0}.dashboard-page .notice-list .notice-item .notice-time{font-size:12px;color:var(--color-text-tertiary)}@media (max-width: 768px){.dashboard-page{padding:16px}.dashboard-page .dashboard-header{flex-direction:column;gap:16px}.dashboard-page .dashboard-header .welcome-section .welcome-title{font-size:20px}}.api-keys-page{padding:24px}.api-keys-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.api-keys-page .page-header .page-title{font-size:24px;font-weight:600;color:var(--color-text-primary);margin-bottom:4px}.api-keys-page .page-header .page-subtitle{font-size:14px;color:var(--color-text-secondary)}.api-keys-page .page-header .btn-create{background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);border:none;box-shadow:var(--shadow-accent)}.api-keys-page .page-header .btn-create:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00c9a759}.api-keys-page .api-keys-card{border-radius:16px;box-shadow:var(--shadow-sm);margin-bottom:24px}.api-keys-page .api-keys-card .ant-table .ant-table-thead>tr>th{background:var(--color-bg-secondary);font-weight:600;color:var(--color-text-primary)}.api-keys-page .api-keys-card .ant-table .key-cell{display:flex;align-items:center;gap:8px}.api-keys-page .api-keys-card .ant-table .key-cell .api-key{font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;background:var(--color-bg-secondary);padding:4px 8px;border-radius:4px;color:var(--color-text-primary)}.api-keys-page .api-keys-card .ant-table .action-btns{display:flex;gap:8px}.api-keys-page .usage-guide{border-radius:16px;box-shadow:var(--shadow-sm)}.api-keys-page .usage-guide .ant-card-head{border-bottom:1px solid var(--color-border)}.api-keys-page .usage-guide .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600}.api-keys-page .usage-guide .guide-content h4{font-size:14px;font-weight:600;color:var(--color-text-primary);margin:24px 0 12px}.api-keys-page .usage-guide .guide-content h4:first-child{margin-top:0}.api-keys-page .usage-guide .guide-content ul{margin:0;padding-left:20px}.api-keys-page .usage-guide .guide-content ul li{font-size:14px;color:var(--color-text-secondary);margin-bottom:8px;line-height:1.6}.api-keys-page .usage-guide .guide-content ul li strong{color:var(--color-text-primary)}.api-keys-page .usage-guide .guide-content ul li code{background:var(--color-bg-secondary);padding:2px 6px;border-radius:4px;font-family:JetBrains Mono,Fira Code,monospace;font-size:12px}.api-keys-page .usage-guide .guide-content .code-block{background:#1a1a2e;color:#e4e4e7;padding:16px;border-radius:8px;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;overflow-x:auto;line-height:1.6}.api-keys-page .form-actions{margin-bottom:0;text-align:right}@media (max-width: 768px){.api-keys-page{padding:16px}.api-keys-page .page-header{flex-direction:column;gap:16px}}.usage-page{padding:24px}.usage-page .page-header{margin-bottom:24px}.usage-page .page-header .page-title{font-size:24px;font-weight:600;color:var(--color-text-primary);margin-bottom:4px}.usage-page .page-header .page-subtitle{font-size:14px;color:var(--color-text-secondary)}.usage-page .stats-row{margin-bottom:24px}.usage-page .stats-row .stat-card{border-radius:16px;box-shadow:var(--shadow-sm)}.usage-page .stats-row .stat-card .ant-statistic-title{font-size:14px;color:var(--color-text-secondary)}.usage-page .stats-row .stat-card .ant-statistic-content{font-size:28px;font-weight:700}.usage-page .stats-row .stat-card .stat-trend{margin-top:8px;font-size:12px}.usage-page .stats-row .stat-card .stat-trend.up{color:var(--color-success)}.usage-page .stats-row .stat-card .stat-trend.down{color:var(--color-error)}.usage-page .filter-card{border-radius:16px;box-shadow:var(--shadow-sm);margin-bottom:24px}.usage-page .filter-card .filter-row{display:flex;gap:16px;flex-wrap:wrap}.usage-page .filter-card .filter-row .date-picker{flex:1;min-width:280px}.usage-page .filter-card .filter-row .model-select{width:160px}.usage-page .charts-row{margin-bottom:24px}.usage-page .charts-row .chart-card{border-radius:16px;box-shadow:var(--shadow-sm)}.usage-page .charts-row .chart-card .ant-card-head{border-bottom:1px solid var(--color-border)}.usage-page .charts-row .chart-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600}.usage-page .charts-row .chart-card .chart-legend{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border)}.usage-page .charts-row .chart-card .chart-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:13px}.usage-page .charts-row .chart-card .chart-legend .legend-item .legend-dot{width:10px;height:10px;border-radius:50%}.usage-page .charts-row .chart-card .chart-legend .legend-item .legend-name{color:var(--color-text-secondary)}.usage-page .charts-row .chart-card .chart-legend .legend-item .legend-value{font-weight:600;color:var(--color-text-primary)}.usage-page .records-card{border-radius:16px;box-shadow:var(--shadow-sm)}.usage-page .records-card .ant-card-head{border-bottom:1px solid var(--color-border)}.usage-page .records-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600}.usage-page .records-card .status-success{color:var(--color-success)}.usage-page .records-card .status-error{color:var(--color-error)}@media (max-width: 768px){.usage-page{padding:16px}.usage-page .filter-card .filter-row .date-picker,.usage-page .filter-card .filter-row .model-select{width:100%}}.recharge-page{padding:24px}.recharge-page .page-header{margin-bottom:24px}.recharge-page .page-header .page-title{font-size:24px;font-weight:600;color:var(--color-text-primary);margin-bottom:4px}.recharge-page .page-header .page-subtitle{font-size:14px;color:var(--color-text-secondary)}.recharge-page .balance-card{border-radius:16px;box-shadow:var(--shadow-sm);margin-bottom:24px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%)}.recharge-page .balance-card .balance-content{display:flex;justify-content:space-between;align-items:center;color:#fff}.recharge-page .balance-card .balance-info{display:flex;align-items:center;gap:16px}.recharge-page .balance-card .balance-info .balance-icon{font-size:48px;opacity:.9}.recharge-page .balance-card .balance-info .balance-label{font-size:14px;opacity:.8;margin-bottom:4px}.recharge-page .balance-card .balance-info .balance-value{font-size:36px;font-weight:700}.recharge-page .balance-card .balance-hint{font-size:14px;opacity:.9}.recharge-page .packages-card{border-radius:16px;box-shadow:var(--shadow-sm);margin-bottom:24px}.recharge-page .packages-card .ant-card-head{border-bottom:1px solid var(--color-border)}.recharge-page .packages-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600}.recharge-page .packages-card .packages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.recharge-page .packages-card .packages-grid .package-item{position:relative;padding:24px;border:2px solid var(--color-border);border-radius:12px;text-align:center;cursor:pointer;transition:all .3s ease}.recharge-page .packages-card .packages-grid .package-item:hover{border-color:var(--color-secondary-start)}.recharge-page .packages-card .packages-grid .package-item.selected{border-color:var(--color-secondary-start);background:linear-gradient(135deg,#00c9a70d,#00c9a705)}.recharge-page .packages-card .packages-grid .package-item.popular{border-color:var(--color-secondary-start)}.recharge-page .packages-card .packages-grid .package-item .popular-badge .ant-ribbon-text{font-size:12px}.recharge-page .packages-card .packages-grid .package-item .package-amount{font-size:28px;font-weight:700;color:var(--color-text-primary);margin-bottom:8px}.recharge-page .packages-card .packages-grid .package-item .package-bonus{font-size:14px;color:var(--color-secondary-start);font-weight:500;margin-bottom:8px}.recharge-page .packages-card .packages-grid .package-item .package-total{font-size:13px;color:var(--color-text-secondary)}.recharge-page .packages-card .packages-grid .package-item .selected-icon{position:absolute;top:8px;right:8px;font-size:20px;color:var(--color-secondary-start)}.recharge-page .packages-card .custom-amount{display:flex;align-items:center;gap:12px;padding-top:24px;border-top:1px solid var(--color-border)}.recharge-page .packages-card .custom-amount .custom-label{font-size:14px;color:var(--color-text-secondary);white-space:nowrap}.recharge-page .packages-card .custom-amount .custom-input{width:200px}.recharge-page .payment-card{border-radius:16px;box-shadow:var(--shadow-sm);margin-bottom:24px}.recharge-page .payment-card .ant-card-head{border-bottom:1px solid var(--color-border)}.recharge-page .payment-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600}.recharge-page .payment-card .payment-options{display:flex;gap:16px;flex-wrap:wrap}.recharge-page .payment-card .payment-options .payment-option{height:60px;padding:0 24px;display:flex;align-items:center;gap:8px;border-radius:8px}.recharge-page .payment-card .payment-options .payment-option.ant-radio-button-wrapper-checked{border-color:var(--color-secondary-start);color:var(--color-secondary-start)}.recharge-page .payment-card .payment-options .payment-option .payment-icon{width:24px;height:24px}.recharge-page .payment-card .payment-options .payment-option .payment-text{font-weight:500}.recharge-page .payment-card .payment-options .payment-option .payment-desc{font-size:12px;color:var(--color-text-tertiary)}.recharge-page .confirm-card{border-radius:16px;box-shadow:var(--shadow-sm);margin-bottom:24px}.recharge-page .confirm-card .confirm-content{display:flex;justify-content:space-between;align-items:center}.recharge-page .confirm-card .confirm-content .confirm-amount .confirm-label{font-size:14px;color:var(--color-text-secondary)}.recharge-page .confirm-card .confirm-content .confirm-amount .confirm-value{font-size:32px;font-weight:700;color:var(--color-secondary-start)}.recharge-page .confirm-card .confirm-content .btn-recharge{height:48px;padding:0 48px;font-size:16px;background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);border:none;box-shadow:var(--shadow-accent)}.recharge-page .confirm-card .confirm-content .btn-recharge:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #00c9a759}.recharge-page .confirm-card .confirm-content .btn-recharge:disabled{opacity:.5}.recharge-page .records-card{border-radius:16px;box-shadow:var(--shadow-sm);margin-bottom:24px}.recharge-page .records-card .ant-card-head{border-bottom:1px solid var(--color-border)}.recharge-page .records-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600}.recharge-page .records-card .record-item .record-info{flex:1}.recharge-page .records-card .record-item .record-info .record-main{display:flex;align-items:center;gap:8px;margin-bottom:4px}.recharge-page .records-card .record-item .record-info .record-main .record-amount{font-size:16px;font-weight:600;color:var(--color-success)}.recharge-page .records-card .record-item .record-info .record-main .record-bonus{margin:0}.recharge-page .records-card .record-item .record-info .record-meta{font-size:12px;color:var(--color-text-tertiary)}.recharge-page .records-card .record-item .record-info .record-meta span{margin-right:12px}.recharge-page .notice-card{border-radius:16px;box-shadow:var(--shadow-sm)}.recharge-page .notice-card .ant-card-head{border-bottom:1px solid var(--color-border)}.recharge-page .notice-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600}.recharge-page .notice-card .notice-list{margin:0;padding-left:20px}.recharge-page .notice-card .notice-list li{font-size:14px;color:var(--color-text-secondary);margin-bottom:8px;line-height:1.6}@media (max-width: 992px){.recharge-page .packages-card .packages-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.recharge-page{padding:16px}.recharge-page .balance-card .balance-content{flex-direction:column;gap:16px;text-align:center}.recharge-page .packages-card .packages-grid{grid-template-columns:1fr}.recharge-page .packages-card .custom-amount{flex-direction:column;align-items:flex-start}.recharge-page .packages-card .custom-amount .custom-input{width:100%}.recharge-page .confirm-card .confirm-content{flex-direction:column;gap:16px;text-align:center}.recharge-page .confirm-card .confirm-content .btn-recharge{width:100%}}.docs-page{padding:24px 0}.docs-page .docs-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;gap:32px}.docs-page .docs-sidebar{width:240px;flex-shrink:0;position:sticky;top:88px;height:fit-content}.docs-page .docs-sidebar .menu-card{border-radius:12px;box-shadow:var(--shadow-sm)}.docs-page .docs-sidebar .menu-card .docs-menu{border-right:none}.docs-page .docs-sidebar .menu-card .docs-menu .ant-menu-item{border-radius:8px;margin:4px 0}.docs-page .docs-sidebar .menu-card .docs-menu .ant-menu-item:hover{color:var(--color-secondary-start)}.docs-page .docs-sidebar .menu-card .docs-menu .ant-menu-item.ant-menu-item-selected{background:linear-gradient(135deg,#00c9a71a,#00c9a70d);color:var(--color-secondary-start)}.docs-page .docs-content{flex:1;min-width:0}.docs-page .docs-content .doc-section{margin-bottom:48px}.docs-page .docs-content .doc-section h2{font-size:28px;font-weight:600;color:var(--color-text-primary);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--color-border)}.docs-page .docs-content .doc-section h3{font-size:20px;font-weight:600;color:var(--color-text-primary);margin:32px 0 16px}.docs-page .docs-content .doc-section h4{font-size:16px;font-weight:600;color:var(--color-text-primary);margin:24px 0 12px}.docs-page .docs-content .doc-section p{font-size:15px;color:var(--color-text-secondary);line-height:1.8;margin-bottom:16px}.docs-page .docs-content .doc-section code{background:var(--color-bg-secondary);padding:2px 6px;border-radius:4px;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;color:var(--color-text-primary)}.docs-page .docs-content .code-block{background:#1a1a2e;border-radius:12px;overflow:hidden;margin:16px 0}.docs-page .docs-content .code-block .code-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.docs-page .docs-content .code-block .code-header span{font-size:13px;color:#fff9}.docs-page .docs-content .code-block .code-header button{color:#fff9}.docs-page .docs-content .code-block .code-header button:hover{color:#fff;background:#ffffff1a}.docs-page .docs-content .code-block pre{margin:0;padding:16px;overflow-x:auto}.docs-page .docs-content .code-block pre code{background:transparent;padding:0;color:#e4e4e7;font-size:13px;line-height:1.6}.docs-page .docs-content .params-table,.docs-page .docs-content .models-table,.docs-page .docs-content .errors-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px}.docs-page .docs-content .params-table th,.docs-page .docs-content .models-table th,.docs-page .docs-content .errors-table th,.docs-page .docs-content .params-table td,.docs-page .docs-content .models-table td,.docs-page .docs-content .errors-table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--color-border)}.docs-page .docs-content .params-table th,.docs-page .docs-content .models-table th,.docs-page .docs-content .errors-table th{font-weight:600;color:var(--color-text-primary);background:var(--color-bg-secondary)}.docs-page .docs-content .params-table td,.docs-page .docs-content .models-table td,.docs-page .docs-content .errors-table td{color:var(--color-text-secondary)}.docs-page .docs-content .params-table td code,.docs-page .docs-content .models-table td code,.docs-page .docs-content .errors-table td code{font-size:12px}.docs-page .docs-content .params-table tr:hover,.docs-page .docs-content .models-table tr:hover,.docs-page .docs-content .errors-table tr:hover{background:var(--color-bg-secondary)}.docs-page .docs-content .ant-tabs .ant-tabs-nav{margin-bottom:16px}.docs-page .docs-content .ant-tabs .ant-tabs-nav .ant-tabs-tab{border-radius:8px}.docs-page .docs-content .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{background:linear-gradient(135deg,#00c9a71a,#00c9a70d)}.docs-page .docs-anchor{width:180px;flex-shrink:0;position:sticky;top:88px;height:fit-content}.docs-page .docs-anchor .ant-anchor .ant-anchor-link a{color:var(--color-text-secondary);font-size:13px}.docs-page .docs-anchor .ant-anchor .ant-anchor-link a:hover{color:var(--color-secondary-start)}.docs-page .docs-anchor .ant-anchor .ant-anchor-link.ant-anchor-link-active a{color:var(--color-secondary-start);font-weight:500}@media (max-width: 1200px){.docs-page .docs-anchor{display:none}}@media (max-width: 768px){.docs-page{padding:16px 0}.docs-page .docs-container{flex-direction:column;padding:0 16px}.docs-page .docs-sidebar{width:100%;position:static}.docs-page .docs-sidebar .menu-card .docs-menu{display:flex;flex-wrap:wrap;gap:8px}.docs-page .docs-sidebar .menu-card .docs-menu .ant-menu-item{margin:0;padding:0 16px;height:36px;line-height:36px}.docs-page .docs-content .doc-section h2{font-size:24px}.docs-page .docs-content .doc-section h3{font-size:18px}.docs-page .docs-content .params-table,.docs-page .docs-content .models-table,.docs-page .docs-content .errors-table{font-size:12px}.docs-page .docs-content .params-table th,.docs-page .docs-content .models-table th,.docs-page .docs-content .errors-table th,.docs-page .docs-content .params-table td,.docs-page .docs-content .models-table td,.docs-page .docs-content .errors-table td{padding:8px 12px}}.app{min-height:100vh}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .3s ease}:root{--color-primary: #1E3A5F;--color-primary-light: #2E4A6F;--color-primary-dark: #0E2A4F;--color-primary-hover: #152D4A;--color-secondary-start: #00C9A7;--color-secondary-end: #007A6E;--color-accent: #00D9B5;--color-bg-primary: #FFFFFF;--color-bg-secondary: #F5F7FA;--color-bg-tertiary: #E8ECF0;--color-text-primary: #1A1A2E;--color-text-secondary: #4A5568;--color-text-tertiary: #718096;--color-border: #E2E8F0;--color-success: #10B981;--color-warning: #F59E0B;--color-error: #EF4444;--color-info: #3B82F6;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-primary: 0 4px 14px rgba(30, 58, 95, .25);--shadow-accent: 0 4px 14px rgba(0, 201, 167, .25)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg-secondary);color:var(--color-text-primary);line-height:1.6}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg-tertiary)}::-webkit-scrollbar-thumb{background:var(--color-primary-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-primary{color:var(--color-primary)!important}.text-secondary{color:var(--color-secondary-start)!important}.text-success{color:var(--color-success)!important}.text-warning{color:var(--color-warning)!important}.text-error{color:var(--color-error)!important}.text-muted{color:var(--color-text-tertiary)!important}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.mb-0{margin-bottom:0!important}.mb-4{margin-bottom:4px!important}.mb-8{margin-bottom:8px!important}.mb-12{margin-bottom:12px!important}.mb-16{margin-bottom:16px!important}.mb-24{margin-bottom:24px!important}.mb-32{margin-bottom:32px!important}.mb-48{margin-bottom:48px!important}.mt-0{margin-top:0!important}.mt-4{margin-top:4px!important}.mt-8{margin-top:8px!important}.mt-16{margin-top:16px!important}.mt-24{margin-top:24px!important}.mt-32{margin-top:32px!important}.mt-48{margin-top:48px!important}.mr-4{margin-right:4px!important}.mr-8{margin-right:8px!important}.mr-16{margin-right:16px!important}.ml-4{margin-left:4px!important}.ml-8{margin-left:8px!important}.ml-16{margin-left:16px!important}.p-16{padding:16px!important}.p-24{padding:24px!important}.p-32{padding:32px!important}.text-gradient{background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}.container-narrow{max-width:800px;margin:0 auto;padding:0 24px;width:100%}.page-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}section{width:100%;display:flex;justify-content:center}section .container{width:100%;max-width:1200px}.ant-row{justify-content:center}.card-brand{background:#fff;border-radius:12px;box-shadow:var(--shadow-md);border:1px solid var(--color-border);transition:all .3s ease}.card-brand:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-gradient{background:linear-gradient(135deg,var(--color-secondary-start) 0%,var(--color-secondary-end) 100%);color:#fff;border:none;box-shadow:var(--shadow-accent);transition:all .2s ease}.btn-gradient:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00c9a759}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadeInUp{animation:fadeInUp .6s ease forwards}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@media (max-width: 768px){.container,.container-narrow{padding:0 16px}}
