.header{position:sticky;top:0;z-index:100;background:#0a1212db;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(65,136,152,.28)}.header .container{height:64px}.header-content{display:flex;align-items:center;justify-content:space-between;height:64px}.header-logo{display:flex;align-items:center;gap:12px;cursor:pointer}.header-logo-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 12px 32px #667eea59,0 2px 8px #667eea40;transition:transform .2s ease,box-shadow .2s ease}.header-logo-icon:hover{transform:translateY(-1px);box-shadow:0 14px 36px #667eea6b,0 3px 10px #667eea4d}.header-logo-icon img{width:100%;height:100%;display:block;object-fit:contain}.header-logo-text{font-size:20px;font-weight:700;color:#e7e5e5}.header-nav-auth{display:flex;align-items:center;gap:24px}@media(max-width:768px){.header-nav-auth{display:none}}.header-nav{display:flex;gap:24px;margin-right:32px}.header-nav-link{font-size:14px;font-weight:500;color:#e7e5e5;transition:color .15s ease}.header-nav-link:hover{color:#418898}.header-nav-link-muted{color:#b8c0c2}.header-nav-link-muted:hover{color:#e7e5e5}.header-auth{display:none;gap:8px}@media(min-width:768px){.header-auth{display:flex}}.header-mobile-toggle{display:flex;padding:8px;border-radius:8px;color:#e7e5e5;transition:background .15s ease}.header-mobile-toggle:hover{background:#41889824}@media(min-width:768px){.header-mobile-toggle{display:none}}.header-mobile-menu{padding:16px;background:#0a1212f5;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 10px 28px #0000003d}@media(min-width:768px){.header-mobile-menu{display:none}}.header-mobile-nav-auth{display:flex;flex-direction:column;gap:24px}.header-mobile-nav{display:flex;flex-direction:column;gap:4px}.header-mobile-link{display:block;padding:8px 16px;font-size:15px;color:#e7e5e5;border-radius:8px;background:#ffffff0a;transition:all .15s ease}.header-mobile-link:hover{background:#41889824;color:#418898}.header-mobile-auth{display:flex;flex-direction:column;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.header-mobile-auth .btn{width:100%;justify-content:center}.user-menu{position:relative;display:inline-block}.user-menu .user-menu-trigger{display:flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;border:1px solid rgba(255,255,255,.14);border-radius:12px;cursor:pointer;transition:all .15s ease;font-size:14px;color:#e7e5e5}.user-menu .user-menu-trigger:hover{background:#41889824;border-color:#418898}.user-menu .user-menu-trigger .user-menu-name{font-weight:500;white-space:nowrap;display:flex;align-items:center;gap:6px}.user-menu .vip-badge{display:inline-flex;align-items:center;padding:1px 6px;font-size:10px;font-weight:700;color:#fff;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:4px;letter-spacing:.5px;line-height:1.4;vertical-align:middle}.user-menu .user-menu-dropdown{position:absolute;right:0;top:100%;margin-top:8px;min-width:160px;background:#0a1212fa;border-radius:12px;box-shadow:0 10px 28px #0000003d;border:1px solid rgba(65,136,152,.28);overflow:hidden;z-index:1000;padding:4px 0}.user-menu .user-menu-dropdown .user-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 16px;background:transparent;border:none;font-size:14px;color:#e7e5e5;text-align:left;cursor:pointer;transition:all .15s ease}.user-menu .user-menu-dropdown .user-menu-item:hover{background:#41889824}.user-menu .user-menu-dropdown .user-menu-item svg{flex-shrink:0;opacity:.8}.user-menu .user-menu-dropdown .user-menu-item.user-menu-logout{color:#e7e5e5;font-weight:500}.user-menu .user-menu-dropdown .user-menu-item.user-menu-logout:hover{background:#ff6b6b24;color:#ff6b6b}.user-menu .user-menu-dropdown .user-menu-divider{height:1px;background:#ffffff14;margin:4px 0}.user-avatar-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.notification-btn{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:50%;cursor:pointer;transition:all .15s ease;color:#b8c0c2}.notification-btn:hover{background:#41889824;border-color:#418898;color:#418898}.notification-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:600;color:#fff;background:#ef4444;border-radius:8px;display:flex;align-items:center;justify-content:center;animation:badge-pulse 2s ease-in-out infinite}.unread-badge{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:600;color:#fff;background:#ef4444;border-radius:8px;display:flex;align-items:center;justify-content:center;animation:badge-pulse 2s ease-in-out infinite}.menu-unread-badge{margin-left:auto;padding:2px 8px;font-size:11px;font-weight:600;color:#fff;background:#ef4444;border-radius:10px}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.site-footer{padding:24px 0;border-top:1px solid rgba(255,255,255,.08);background:#0a1212b8}.site-footer-container{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center}.site-footer-links{display:flex;align-items:center;gap:20px;font-size:13px;flex-wrap:wrap;justify-content:center}.site-footer-links a{color:#b8c0c2;text-decoration:none;transition:color .15s ease}.site-footer-links a:hover{color:#418898}.site-footer-bottom{display:flex;align-items:center;gap:8px;font-size:12px;color:#8a9497;flex-wrap:wrap;justify-content:center}.site-footer-bottom a{color:#8a9497;text-decoration:none;transition:color .15s ease}.site-footer-bottom a:hover{color:#b8c0c2}.site-footer-divider{color:#ffffff24}.captcha-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;height:36px;font-size:13px;font-weight:500;color:#4d9aaa;background:transparent;border:1px solid rgba(65,136,152,.42);border-radius:9999px;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.input-wrapper .captcha-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.captcha-btn:hover:not(:disabled){background:#41889824;color:#fff}.captcha-btn:disabled{opacity:.5;cursor:not-allowed}.captcha-btn-loading{display:inline-flex;animation:spin 1s linear infinite}#aliyun-captcha-element,[id^="1s10zb-captcha-element"]{position:absolute;top:50%;right:8px;transform:translateY(-50%);z-index:100;width:300px}.input-wrapper #aliyun-captcha-element,.input-wrapper [id^="1s10zb-captcha-element"]{transform:none;top:0;right:0;left:auto}.auth-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bd;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal-card{width:100%;max-width:440px;perspective:1000px;position:relative}.auth-modal-face{width:100%;background:#0a1212f5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(65,136,152,.28);border-radius:24px;box-shadow:0 0 0 1px #4188982e,0 16px 36px #00000038;padding:32px;position:relative;backface-visibility:hidden;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1)}@media(min-width:640px){.auth-modal-face{padding:48px}}.auth-modal-face--front{transform:rotateY(0)}.auth-modal-face--back{position:absolute;top:0;left:0;transform:rotateY(180deg)}.auth-modal-card.flipped .auth-modal-face--front{transform:rotateY(-180deg)}.auth-modal-card.flipped .auth-modal-face--back{transform:rotateY(0)}.auth-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#b8c0c2;transition:all .15s ease;z-index:10}.auth-modal-close:hover{background:#41889824;color:#418898}.auth-error{padding:12px;background:#ff6b6b24;border:1px solid rgba(255,107,107,.3);border-radius:12px;color:#ff6b6b;font-size:14px;text-align:center}.auth-success{background:#3faf7b24;border:1px solid rgba(63,175,123,.28);border-radius:12px;color:#3faf7b;font-size:14px;text-align:center;padding:12px}.auth-hint{text-align:center;font-size:12px;color:#7e898c;margin-top:8px}.auth-link{color:#418898;font-weight:500;background:none;border:none;padding:0;cursor:pointer;font-size:inherit}.animate-spin{display:inline-flex;animation:spin 1s linear infinite;margin-right:4px}.home-page{position:relative;min-height:100vh;background:radial-gradient(circle at 50% 10%,rgba(65,136,152,.08),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.012),transparent 420px),#121416}.home-page .page-identifier{position:fixed;top:20px;left:20px;padding:6px 16px;background:#0a1212d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(65,136,152,.28);border-radius:9999px;font-size:12px;font-weight:600;color:#b8c0c2;z-index:1000;opacity:.6;transition:all .3s ease;pointer-events:none}.home-page .page-identifier:hover{opacity:1;transform:translateY(-2px);box-shadow:0 1px 2px #00000047}.home-page .page-identifier-home{color:#4d9aaa;background:#41889824;border-color:#4188986b}.home-page .hero{position:relative;min-height:82vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:64px 0 48px}.home-page .hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(83,178,195,.24),transparent)}.home-page .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.home-page .hero-bg-blur{position:absolute;display:none}.home-page .hero-bg-blur-1{top:20%;left:-10%;width:400px;height:400px;background:#418898;opacity:.15;animation:float 6s ease-in-out infinite}.home-page .hero-bg-blur-2{bottom:20%;right:-10%;width:500px;height:500px;background:#418898;opacity:.1;animation:float 6s ease-in-out infinite;animation-delay:2s}.home-page .hero-bg-blur-3{top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:linear-gradient(180deg,rgba(65,136,152,.08),transparent 70%);opacity:1}.home-page .hero-layout{position:relative;z-index:10;display:flex;justify-content:center;text-align:center}.home-page .hero-copy{max-width:760px;margin:0 auto}.home-page .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#41889824;border:1px solid rgba(65,136,152,.42);border-radius:9999px;font-size:14px;font-weight:500;color:#4d9aaa;margin-bottom:24px;box-shadow:inset 0 1px #ffffff0f,0 10px 28px #0000002e}.home-page .hero-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px;text-wrap:balance}@media(min-width:768px){.home-page .hero-title{font-size:72px}}.home-page .hero-description{font-size:18px;color:#b8c0c2;max-width:620px;margin-bottom:24px;line-height:1.8;text-wrap:balance}@media(min-width:768px){.home-page .hero-description{font-size:20px}}.home-page .hero-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:32px}.home-page .hero-tags span{padding:6px 12px;background:linear-gradient(180deg,#ffffff0e,#ffffff06);border:1px solid rgba(255,255,255,.09);border-radius:9999px;color:#b8c0c2;font-size:13px;box-shadow:inset 0 1px #ffffff09}.home-page .hero-actions{display:flex;flex-direction:column;gap:16px;justify-content:center;margin-bottom:0}@media(min-width:640px){.home-page .hero-actions{flex-direction:row}}.home-page .section-header{max-width:680px;margin:0 auto 64px;text-align:center}.home-page .section-header h2{font-size:34px;line-height:1.25;margin-bottom:8px}@media(min-width:768px){.home-page .section-header h2{font-size:42px}}.home-page .section-header p{color:#b8c0c2;font-size:16px;line-height:1.7}.home-page .section-kicker{display:inline-flex;margin-bottom:8px;color:#4d9aaa;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-page .features{position:relative;padding:64px 0;background:radial-gradient(circle at 50% 0%,rgba(65,136,152,.12),transparent 36%),linear-gradient(180deg,#ffffff07,#ffffff02);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden}.home-page .features:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,transparent 0 24px,rgba(255,255,255,.025) 24px 25px,transparent 25px 72px),linear-gradient(0deg,transparent 0 24px,rgba(255,255,255,.018) 24px 25px,transparent 25px 72px);-webkit-mask-image:linear-gradient(180deg,transparent,#000 18%,#000 72%,transparent);mask-image:linear-gradient(180deg,transparent,#000 18%,#000 72%,transparent);opacity:.58}.home-page .features .container{position:relative;z-index:1}.home-page .features-header{margin-bottom:64px}.home-page .features-title{font-size:36px;font-weight:700;margin-bottom:16px}@media(min-width:768px){.home-page .features-title{font-size:42px}}.home-page .features-subtitle{font-size:16px;color:#b8c0c2;max-width:500px;margin:0 auto}.home-page .features-grid{display:grid;grid-template-columns:1fr;gap:18px;max-width:1120px;margin:0 auto}@media(min-width:768px){.home-page .features-grid{grid-template-columns:repeat(3,1fr)}}.home-page .features-card{position:relative;min-height:220px;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#0d1c1df0,#060e0ff5),#0a1212eb;border:1px solid rgba(65,136,152,.38);border-radius:16px;padding:22px;box-shadow:0 24px 70px #00000047,inset 0 1px #ffffff0e;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;text-align:left}.home-page .features-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 18% 10%,rgba(65,136,152,.26),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.07),transparent 34%);opacity:.62}.home-page .features-card:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;pointer-events:none;border-radius:15px;border:1px solid rgba(255,255,255,.045);background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 24%) top left / 140px 140px no-repeat,linear-gradient(315deg,rgba(83,178,195,.14),transparent 22%) bottom right / 120px 120px no-repeat;opacity:.72}.home-page .features-card:hover{box-shadow:0 30px 88px #00000057,0 0 34px #4188982e,inset 0 1px #ffffff14;transform:translateY(-5px);border-color:#53b2c3a8}.home-page .features-card:hover .features-card-icon{transform:translateY(-2px);box-shadow:0 0 22px #41889847}.home-page .features-card:hover:after{opacity:1}.home-page .features-card>*{position:relative;z-index:1}.home-page .features-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.home-page .features-card-head span{color:#9ec4ceb8;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}@media(max-width:640px){.home-page .features-card-head{align-items:flex-start;flex-direction:column;gap:8px}.home-page .features-card-head span{max-width:100%;line-height:1.4;word-break:break-word}}.home-page .features-card-icon{width:48px;height:48px;background:linear-gradient(180deg,#41889838,#4188981c),#41889824;border:1px solid rgba(83,178,195,.42);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#4d9aaa;transition:transform .2s ease,box-shadow .2s ease}.home-page .features-card-copy{margin-top:auto}.home-page .features-card-title{font-size:20px;font-weight:600;margin-bottom:8px;letter-spacing:0}.home-page .features-card-desc{font-size:14px;color:#b8c0c2;line-height:1.7}.home-page .workflow{position:relative;padding:64px 0;overflow:hidden}.home-page .workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){.home-page .workflow-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.home-page .workflow-grid{grid-template-columns:1fr}}.home-page .workflow-card{min-height:220px}.home-page .preview-gallery{padding:64px 0;background:#ffffff05;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.home-page .preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:768px){.home-page .preview-grid{grid-template-columns:1fr}}.home-page .preview-card{overflow:hidden;border:1px solid rgba(65,136,152,.32);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent),#0a1212eb;box-shadow:0 0 0 1px #ffffff06,0 18px 42px #00000042}.home-page .preview-placeholder{aspect-ratio:16 / 10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#4d9aaa;background:radial-gradient(circle at 50% 42%,rgba(65,136,152,.2),transparent 42%),linear-gradient(135deg,#41889824,#ffffff05),repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0 1px,transparent 1px 42px),repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0 1px,transparent 1px 42px);border-bottom:1px solid rgba(255,255,255,.08)}.home-page .preview-placeholder span{font-size:13px;color:#8a9497}.home-page .preview-placeholder-2{background:linear-gradient(135deg,#3faf7b24,#ffffff05),repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 36px),repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 36px)}.home-page .preview-placeholder-3{background:linear-gradient(135deg,#f59e0b24,#ffffff05),repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 36px),repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 36px)}.home-page .preview-placeholder-4{background:linear-gradient(135deg,#54869733,#ffffff05),repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 36px),repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 36px)}.home-page .preview-card-body{padding:24px}.home-page .preview-card-body h3{font-size:20px;margin-bottom:4px}.home-page .preview-card-body p{color:#b8c0c2;font-size:14px;line-height:1.6;margin-bottom:16px}.home-page .preview-tags{display:flex;flex-wrap:wrap;gap:8px}.home-page .preview-tags span{padding:4px 8px;border:1px solid rgba(255,255,255,.08);border-radius:9999px;color:#8a9497;font-size:12px}.home-page .audience{padding:64px 0}.home-page .audience-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:64px;align-items:center}@media(max-width:768px){.home-page .audience-layout{grid-template-columns:1fr}}.home-page .audience-copy h2{font-size:34px;line-height:1.25;margin-bottom:16px}.home-page .audience-copy p{color:#b8c0c2;line-height:1.8}.home-page .audience-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){.home-page .audience-list{grid-template-columns:1fr}}.home-page .audience-list div{display:flex;align-items:center;gap:8px;min-height:72px;padding:24px;border:1px solid rgba(65,136,152,.28);border-radius:16px;background:#0a1212eb;color:#e7e5e5;box-shadow:0 0 0 1px #4188982e,0 16px 36px #00000038}.home-page .audience-list div svg{color:#4d9aaa;flex-shrink:0}.home-page .cta{position:relative;padding:64px 0;overflow:hidden}.home-page .cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.home-page .cta-bg-blur{position:absolute;display:none}.home-page .cta-bg-blur-1{top:0;left:25%;width:300px;height:300px;background:#418898;opacity:.2}.home-page .cta-bg-blur-2{bottom:0;right:25%;width:400px;height:400px;background:#418898;opacity:.1}.home-page .cta-content{position:relative;z-index:10;text-align:center}.home-page .cta-title{font-size:32px;font-weight:700;margin-bottom:16px}@media(min-width:768px){.home-page .cta-title{font-size:42px}}.home-page .cta-subtitle{font-size:16px;color:#b8c0c2;margin-bottom:32px}.home-page .cta-actions{display:flex;flex-direction:column;gap:16px;justify-content:center}@media(min-width:640px){.home-page .cta-actions{flex-direction:row}}.register-success-message{flex-direction:column;margin-bottom:16px}.register-success-hint{margin-top:8px;font-size:13px}.register-tip{margin-top:20px;padding:15px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px;font-size:13px;color:#b8c0c2;line-height:1.8}.register-tip strong{color:#e7e5e5}.auth-bg-blur{position:absolute;border-radius:50%;filter:blur(100px);display:none}.auth-bg-blur-1{top:20%;left:-15%;width:400px;height:400px;background:#418898;opacity:.1;animation:float 6s ease-in-out infinite}.auth-bg-blur-2{bottom:20%;right:-15%;width:500px;height:500px;background:#418898;opacity:.08;animation:float 6s ease-in-out infinite;animation-delay:3s}.auth-icon{width:64px;height:64px;background:#41889824;border:1px solid rgba(65,136,152,.28);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#4d9aaa;margin:0 auto 24px;box-shadow:none}.auth-error{padding:12px;background:#ff6b6b24;border:1px solid rgba(255,107,107,.3);border-radius:12px;color:#ff6b6b;font-size:14px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;animation:shake .5s ease-in-out}.auth-success{padding:12px;background:#3faf7b24;border:1px solid rgba(63,175,123,.28);border-radius:12px;color:#3faf7b;font-size:14px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-link{color:#418898;font-weight:500}.verification-message{margin-top:20px;color:#b8c0c2}.verification-message-spaced{margin-bottom:30px}.verification-state-icon{width:80px;height:80px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid}.verification-state-icon-success{background:#3faf7b24;border-color:#3faf7b47;color:#3faf7b}.verification-state-icon-failed{background:#ff6b6b24;border-color:#ff6b6b4d;color:#ff6b6b}.verification-state-title{font-size:24px;color:#e7e5e5;margin-bottom:10px}.verification-state-title-failed{color:#ff6b6b}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden}.auth-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.auth-bg-blur{display:none}.auth-card{width:100%;max-width:440px;background:#0a1212f5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(65,136,152,.28);border-radius:24px;box-shadow:0 0 0 1px #4188982e,0 16px 36px #00000038;padding:32px;position:relative;z-index:10}@media(min-width:640px){.auth-card{padding:48px}}.auth-header{text-align:center;margin-bottom:32px}.auth-icon{width:64px;height:64px;background:#41889824;border:1px solid rgba(65,136,152,.28);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#4d9aaa;margin:0 auto 24px}.auth-title{font-size:24px;font-weight:700;margin-bottom:4px}.auth-subtitle{font-size:14px;color:#b8c0c2}.auth-form{display:flex;flex-direction:column}.auth-error,.auth-success{padding:12px;border-radius:12px;font-size:14px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.auth-error{background:#ff6b6b24;border:1px solid rgba(255,107,107,.3);color:#ff6b6b}.auth-success{background:#3faf7b24;border:1px solid rgba(63,175,123,.28);color:#3faf7b}.auth-submit{width:100%;margin-top:8px}.auth-footer{text-align:center;font-size:14px;color:#7e898c}.auth-link{color:#4d9aaa;font-weight:500}.auth-link:hover{text-decoration:underline}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-size:14px;font-weight:500;color:#e7e5e5}.input-wrapper{position:relative;display:flex;align-items:center;width:100%}.input-wrapper.has-error .input{border-color:#ff6b6b}.input-wrapper.has-error .input:focus{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b24}.input-icon{display:flex;align-items:center;justify-content:center;height:100%;min-height:40px;padding:0 8px;color:#b8c0c2;pointer-events:none;flex-shrink:0}.input-icon svg{display:block}.input{width:100%;padding:8px 16px;border:1px solid rgba(255,255,255,.08);border-radius:12px;font-size:14px;color:#e7e5e5;background:#1a1a1ae6;transition:all .15s ease;outline:none}.input::placeholder{color:#6e797c}.input:hover{border-color:#4188986b}.input:focus{border-color:#418898;box-shadow:0 0 0 3px #4188982e}.input:disabled{background:#20282a;cursor:not-allowed;opacity:.6}.input-with-icon{padding-left:0;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0;flex:1;min-width:0}.input-error{font-size:12px;color:#ff6b6b;margin-top:-4px}.textarea{width:100%;min-height:120px;padding:8px 16px;border:1px solid rgba(255,255,255,.08);border-radius:12px;font-size:14px;color:#e7e5e5;background:#1a1a1ae6;transition:all .15s ease;outline:none;resize:vertical;font-family:inherit}.textarea::placeholder{color:#6e797c}.textarea:hover{border-color:#4188986b}.textarea:disabled{background:#20282a;cursor:not-allowed;opacity:.6}.textarea.has-error{border-color:#ff6b6b}.textarea.has-error:focus{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b24}.input-group{display:flex;align-items:center;width:100%;height:40px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#1a1a1ae6;transition:all .15s ease;overflow:hidden}.input-group:hover{border-color:#4188986b}.input-group:focus-within{border-color:#418898;box-shadow:0 0 0 3px #4188982e}.input-group .input-icon{padding:0 16px;height:auto;min-height:auto}.input-group .input{border:none;border-radius:0;padding:0 16px}.input-group .input:focus{box-shadow:none}.profile-page{position:relative;min-height:100vh;background:#121416}.page-identifier{position:fixed;top:20px;left:20px;padding:6px 16px;background:#0a1212d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(65,136,152,.28);border-radius:9999px;font-size:12px;font-weight:600;color:#b8c0c2;z-index:1000;opacity:.6;transition:all .3s ease;pointer-events:none}.page-identifier:hover{opacity:1;transform:translateY(-2px);box-shadow:0 1px 2px #00000047}.page-identifier-profile{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b33}.profile-content{padding:100px 0 60px}.profile-header{text-align:center;margin-bottom:60px}.profile-title{font-size:32px;font-weight:700;color:#e7e5e5;margin-bottom:8px}.profile-subtitle{font-size:16px;color:#b8c0c2}.profile-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:32px}.profile-tabs .tab-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 20px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0a;color:#b8c0c2;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.profile-tabs .tab-btn:hover{border-color:#418898;color:#418898}.profile-tabs .tab-btn.active{background:#418898;border-color:#418898;color:#fff}.profile-tabs .tab-btn svg{flex-shrink:0}@media(min-width:768px){.profile-tabs .tab-btn{flex-direction:row;font-size:15px;padding:12px 24px}}.profile-card{background:#0a1212eb;border:1px solid rgba(65,136,152,.28);border-radius:16px;padding:32px;margin-bottom:24px;box-shadow:0 0 0 1px #4188982e,0 16px 36px #00000038}.profile-card-header{display:flex;align-items:center;gap:20px;margin-bottom:28px}.profile-avatar{position:relative}.profile-avatar-inner{width:72px;height:72px;border-radius:50%;background:#41889824;border:1px solid rgba(65,136,152,.28);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;color:#4d9aaa}.profile-card-title{font-size:20px;font-weight:600;color:#e7e5e5;margin-bottom:4px}.profile-card-desc{font-size:14px;color:#b8c0c2}.profile-form .profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:640px){.profile-form .profile-form-grid{grid-template-columns:1fr}}.profile-form .profile-form-actions{margin-top:28px;display:flex;justify-content:flex-end}.profile-message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.profile-message.profile-message-success{background:#3faf7b24;color:#3faf7b;border:1px solid rgba(63,175,123,.28)}.profile-message.profile-message-error{background:#ff6b6b24;color:#ff6b6b;border:1px solid rgba(255,107,107,.3)}.security-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.logout-all-btn{padding:8px 16px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#ffffff0a;color:#b8c0c2;font-size:13px;cursor:pointer;transition:all .2s}.logout-all-btn:hover{border-color:#ff6b6b;color:#ff6b6b}.logout-all-btn:disabled{opacity:.5;cursor:not-allowed}.devices-list{margin-top:20px}.device-card{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:12px;transition:all .2s}.device-card:hover{border-color:#418898;background:#41889805}.device-card.current{border-color:#3faf7b;background:#3faf7b0d}.device-icon{font-size:24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#11181a;border-radius:12px}.device-info{flex:1;min-width:0}.device-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.device-name{font-weight:600;color:#e7e5e5}.current-badge{font-size:11px;padding:2px 8px;background:#3faf7b;color:#fff;border-radius:10px}.device-meta{display:flex;gap:16px;font-size:13px;color:#b8c0c2;margin-bottom:4px}.device-time{font-size:12px;color:#8a9497}.kick-btn{padding:8px 16px;border:1px solid #FF6B6B;border-radius:6px;background:#ffffff0a;color:#ff6b6b;font-size:13px;cursor:pointer;transition:all .2s}.kick-btn:hover{background:#ff6b6b;color:#fff}.history-list{margin-top:20px}.history-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.history-item:last-child{border-bottom:none}.history-item.failed{opacity:.7}.history-icon{font-size:16px}.history-info{flex:1}.history-header{display:flex;align-items:center;gap:12px;margin-bottom:4px;flex-wrap:wrap}.login-type{font-weight:500;color:#e7e5e5}.platform{font-size:12px;padding:2px 8px;background:#11181a;border-radius:4px;color:#b8c0c2}.time{font-size:13px;color:#8a9497}.history-meta{display:flex;gap:16px;font-size:12px;color:#8a9497}.account-actions{margin-top:16px}.account-action-item{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff0a;transition:all .15s ease}.account-action-item:hover{border-color:#418898;box-shadow:0 1px 2px #00000047}.account-action-item .action-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#41889824;border-radius:9999px;color:#418898}.account-action-item .action-content{flex:1}.account-action-item .action-content h3{font-size:15px;font-weight:500;color:#e7e5e5;margin-bottom:4px}.account-action-item .action-content p{font-size:13px;color:#b8c0c2;line-height:1.4}.account-action-item .btn-outline{flex-shrink:0;padding:8px 16px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:transparent;color:#e7e5e5;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.account-action-item .btn-outline:hover{border-color:#418898;background:#41889824;color:#418898}.loading,.empty{text-align:center;padding:40px;color:#b8c0c2;font-size:14px}.profile-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#418898}.feedback-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.feedback-status{font-size:12px;padding:3px 10px;border-radius:12px;font-weight:500}.feedback-status.status-open{background:#41889824;color:#4d9aaa}.feedback-status.status-pending{background:#f59e0b24;color:#f59e0b}.feedback-status.status-closed{background:#3faf7b24;color:#3faf7b}.feedback-type{font-size:12px;padding:3px 10px;border-radius:12px;background:#11181a;color:#b8c0c2}.feedback-form{margin-bottom:24px;padding:20px;background:#ffffff0a;border-radius:12px}.feedback-form .form-group{margin-bottom:16px}.feedback-form .form-group label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#e7e5e5}.feedback-form .form-group select{width:100%;padding:10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:14px;background:#1a1a1ae6;color:#e7e5e5;cursor:pointer}.feedback-form .form-group select:focus{outline:none;border-color:#418898}.feedback-form .form-actions{display:flex;justify-content:flex-end;margin-top:16px}.feedback-list{display:flex;flex-direction:column;gap:12px}.feedback-item{padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s}.feedback-item:hover{border-color:#418898;background:#41889805}.feedback-item.has-unread{border-color:#4188984d;background:#41889805}.feedback-item.has-unread .feedback-title{font-weight:700}.feedback-item-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.unread-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 2s ease-in-out infinite}.unread-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:8px;font-size:11px;font-weight:600;color:#fff;background:#ef4444;border-radius:9px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.feedback-title{font-size:16px;font-weight:600;color:#e7e5e5;margin-bottom:6px;display:flex;align-items:center}.feedback-preview{font-size:14px;color:#b8c0c2;line-height:1.5;margin-bottom:8px}.feedback-meta{display:flex;gap:16px;font-size:12px;color:#8a9497}.feedback-meta .reply-count{color:#418898;font-weight:500}.feedback-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bd;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.feedback-modal{background:#0a1212eb;border:1px solid rgba(65,136,152,.28);border-radius:16px;width:100%;max-width:600px;max-height:80vh;overflow-y:auto}.feedback-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;background:#0a1212}.feedback-modal .modal-header h2{font-size:18px;font-weight:600;color:#e7e5e5;margin:0}.feedback-modal .modal-header .close-btn{width:32px;height:32px;border:none;background:#11181a;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#b8c0c2;transition:all .2s}.feedback-modal .modal-header .close-btn:hover{background:#ffffff1a;color:#e7e5e5}.feedback-modal .modal-body{padding:24px}.feedback-detail-meta{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.feedback-time{font-size:13px;color:#8a9497}.feedback-content{padding:16px;background:#11181a;border-radius:12px;font-size:14px;line-height:1.7;color:#e7e5e5;white-space:pre-wrap}.replies-section{margin-top:24px}.replies-section h3{font-size:16px;font-weight:600;color:#e7e5e5;margin-bottom:16px}.replies-list{display:flex;flex-direction:column;gap:12px}.reply-item{padding:14px;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.reply-item.admin-reply{background:#4188980d;border-color:#41889833}.reply-item.user-reply{background:#11181a}.reply-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.reply-author{font-size:13px;font-weight:600;color:#e7e5e5}.reply-time{font-size:12px;color:#8a9497}.reply-content{font-size:14px;line-height:1.6;color:#e7e5e5;white-space:pre-wrap}.reply-form{margin-top:24px}.reply-form textarea{width:100%;min-height:100px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;font-size:14px;resize:vertical;font-family:inherit;background:#1a1a1ae6;color:#e7e5e5}.reply-form textarea:focus{outline:none;border-color:#418898}.reply-form .btn{margin-top:12px}.feedback-closed-notice{margin-top:24px;padding:16px;text-align:center;background:#11181a;border-radius:12px;color:#b8c0c2;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn.btn-primary{background:#418898;color:#fff}.btn.btn-primary:hover{background:#326874}.btn.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn.btn-secondary{background:#ffffff0a;color:#e7e5e5;border:1px solid rgba(255,255,255,.1)}.btn.btn-secondary:hover{background:#11181a;border-color:#b8c0c2}.btn.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bd;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#0a1212eb;border:1px solid rgba(65,136,152,.28);border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 18px 48px #00000057}.modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;background:#0a1212;border-radius:16px 16px 0 0}.modal-content .modal-header h2{font-size:18px;font-weight:600;color:#e7e5e5;margin:0}.modal-content .modal-header .close-btn{width:32px;height:32px;border:none;background:#11181a;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#b8c0c2;transition:all .2s}.modal-content .modal-header .close-btn:hover{background:#ffffff1a;color:#e7e5e5}.modal-content .modal-body{padding:24px}.form-group:last-child{margin-bottom:0}.form-group .form-control{width:100%;padding:12px 16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:14px;transition:all .2s;background:#1a1a1ae6;color:#e7e5e5}.form-group .form-control:focus{outline:none;border-color:#418898;box-shadow:0 0 0 3px #4188982e}.form-group .form-control:disabled{background:#11181a;cursor:not-allowed}.form-group .form-control.invalid{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b24}.form-group .form-error{margin-top:6px;font-size:12px;color:#ff6b6b}.form-group .input-with-button{display:flex;gap:12px;align-items:flex-start}.form-group .input-with-button .form-control{flex:1;margin-bottom:0}.form-group .input-with-button .btn{flex-shrink:0;height:46px;align-self:flex-start}.form-group .input-with-button .btn.btn-sm{padding:12px 16px;font-size:13px}.form-group .input-with-button .profile-captcha-btn{flex-shrink:0;height:46px;padding:12px 16px;font-size:13px}.modal-footer{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px;padding-bottom:8px;border-top:1px solid rgba(255,255,255,.1)}.modal-footer .btn{min-width:80px;padding:10px 20px}.modal-footer .btn.btn-secondary{background:#ffffff0a;color:#e7e5e5;border:1px solid rgba(255,255,255,.1)}.modal-footer .btn.btn-secondary:hover:not(:disabled){background:#11181a;border-color:#b8c0c2}.modal-footer .btn.btn-primary{background:#418898;color:#fff}.modal-footer .btn.btn-primary:hover:not(:disabled){background:#3a7889}.modal-footer .btn:disabled{opacity:.6;cursor:not-allowed}.vip-status-card,.vip-upgrade-card{display:flex;flex-direction:column;align-items:center;padding:48px;text-align:center}.vip-status-icon,.vip-upgrade-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.vip-status-icon svg,.vip-upgrade-icon svg{color:#f59e0b}.vip-status-icon{background:#f59e0b1a}.vip-upgrade-icon{background:#11181a}.vip-status-title,.vip-upgrade-title{font-size:18px;font-weight:600;color:#e7e5e5;margin-bottom:4px}.vip-status-desc,.vip-upgrade-desc{font-size:14px;color:#b8c0c2;margin-bottom:24px}.download-page{position:relative;min-height:100vh;background:#121416}.download-page .download-hero{position:relative;padding:32px 0;background:linear-gradient(180deg,rgba(65,136,152,.08) 0%,transparent 100%)}.download-page .download-hero .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.download-page .download-hero .hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.03) 0%,transparent 100%)}.download-page .download-hero .hero-dots{position:absolute;top:0;right:0;bottom:0;left:0;background-image:none;background-size:24px 24px;-webkit-mask-image:none;mask-image:none}.download-page .download-hero .hero-content{position:relative;z-index:10;max-width:720px;margin:0 auto;text-align:center}.download-page .hero-title{font-size:30px;font-weight:700;margin-bottom:16px;line-height:1.2}@media(min-width:768px){.download-page .hero-title{font-size:36px}}.download-page .hero-title .highlight{display:block;background:linear-gradient(135deg,#4d9aaa,#418898);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.download-page .hero-subtitle{font-size:16px;color:#b8c0c2;max-width:600px;margin:0 auto 24px;line-height:1.6}.download-page .detect-hint{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#41889824;border:1px solid rgba(65,136,152,.42);border-radius:9999px;font-size:13px;font-weight:500;color:#4d9aaa;margin-top:16px}.download-page .detect-hint .hint-dot{width:6px;height:6px;background:#418898;border-radius:50%;animation:pulse 2s infinite}.download-page .detect-hint .hint-link{color:#418898;text-decoration:none;font-weight:600;transition:all .2s ease}.download-page .detect-hint .hint-link:hover{opacity:.8}.download-page .platforms-section{padding:32px 0}.download-page .platforms-section .section-container{max-width:1200px;margin:0 auto;padding:0 24px}.download-page .section-header{text-align:center;margin-bottom:48px}.download-page .section-header h2{font-size:24px;font-weight:700;margin-bottom:8px}.download-page .section-header p{font-size:16px;color:#b8c0c2}.download-page .platforms-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.download-page .platforms-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.download-page .platforms-grid{grid-template-columns:repeat(4,1fr)}}.download-page .platform-card{display:flex;flex-direction:column;align-items:center;padding:48px 24px;background:#0a1212eb;border:1px solid rgba(65,136,152,.28);border-radius:16px;text-align:center;transition:all .3s ease;height:100%;cursor:pointer}.download-page .platform-card:hover{border-color:#418898;box-shadow:0 0 0 1px #41889852,0 18px 42px #00000052;transform:translateY(-8px)}.download-page .platform-card.active{border-color:#418898;box-shadow:0 0 0 1px #41889852,0 18px 42px #00000052;background:#41889824}.download-page .card-icon{margin-bottom:24px}.download-page .card-icon svg{width:48px;height:48px;color:#418898}.download-page .card-title{font-size:18px;font-weight:600;margin-bottom:16px;color:#e7e5e5}.download-page .card-meta{display:flex;align-items:center;gap:8px;font-size:13px;color:#b8c0c2;margin-bottom:16px}.download-page .card-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 32px;background:#418898;color:#fff;border-radius:9999px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease}.download-page .card-btn:hover{background:#3a7889;transform:scale(1.05)}.download-page .card-btn.primary{background:#418898}.download-page .card-btn[aria-disabled=true]{pointer-events:none;background:#20282a;color:#7e898c;transform:none}.download-page .cta-section{padding:48px 0;background:#ffffff05;border-top:1px solid rgba(255,255,255,.08)}.download-page .cta-container{max-width:800px;margin:0 auto;padding:0 24px}.download-page .cta-content{text-align:center;padding:48px;background:#0a1212eb;border:1px solid rgba(65,136,152,.28);border-radius:24px;box-shadow:0 0 0 1px #4188982e,0 16px 36px #00000038}.download-page .cta-content h2{font-size:24px;font-weight:700;margin-bottom:16px;color:#e7e5e5}.download-page .cta-content p{font-size:16px;color:#b8c0c2;margin-bottom:32px}.download-page .cta-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 48px;background:#418898;color:#fff;border-radius:9999px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease}.download-page .cta-btn:hover{background:#3a7889;transform:translateY(-2px);box-shadow:0 0 0 1px #41889852,0 18px 42px #00000052}.download-page .cta-btn .cta-arrow{transition:transform .3s ease}.download-page .cta-btn:hover .cta-arrow{transform:translate(4px)}.about-page{min-height:100vh;background:radial-gradient(circle at 50% 9%,rgba(65,136,152,.08),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.014),transparent 360px),#121416;color:#e7e5e5}.about-page .about-hero{padding:14vh 0 10vh}@media(max-width:640px){.about-page .about-hero{padding:64px 0 48px}}.about-page .about-hero-inner{max-width:820px;margin:0 auto;text-align:center}.about-page .about-kicker,.about-page .about-section-heading span:nth-child(2){color:#4d9aaa;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-shadow:0 0 18px rgba(65,136,152,.28)}.about-page .about-section-index,.about-page .about-principle span{color:#53b2c37a;font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:600;letter-spacing:-.02em;line-height:.9}.about-page .about-hero h1{margin:24px 0 16px;font-size:48px;line-height:1.12;letter-spacing:0;text-wrap:balance}@media(min-width:768px){.about-page .about-hero h1{font-size:72px}}@media(max-width:640px){.about-page .about-hero h1{font-size:32px;overflow-wrap:anywhere}}.about-page .about-hero p{max-width:680px;margin-left:auto;margin-right:auto;margin-bottom:32px;color:#b8c0c2;font-size:18px;line-height:1.8}@media(max-width:640px){.about-page .about-hero p{font-size:15px}}.about-page .about-reason,.about-page .about-principles{border-top:1px solid transparent;border-image:linear-gradient(90deg,transparent,rgba(83,178,195,.2),transparent) 1}.about-page .about-reason{padding:64px 0}.about-page .about-reason-inner{display:grid;gap:32px}.about-page .about-section-heading{display:flex;align-items:baseline;gap:24px}.about-page .about-section-heading .about-section-index{font-size:52px}@media(max-width:768px){.about-page .about-section-heading{flex-wrap:wrap}.about-page .about-section-heading .about-section-index{font-size:38px}}.about-page .about-reason-panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:32px;align-items:stretch;padding:32px;border:1px solid rgba(65,136,152,.28);background:linear-gradient(135deg,rgba(65,136,152,.15),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.035),transparent),#ffffff05;box-shadow:inset 0 1px #ffffff0e,0 22px 60px #00000038}@media(max-width:768px){.about-page .about-reason-panel{grid-template-columns:1fr}}.about-page .about-reason-panel:after{content:"";position:absolute;right:32px;top:32px;width:42px;height:42px;border-top:1px solid rgba(83,178,195,.48);border-right:1px solid rgba(83,178,195,.48)}.about-page .about-reason-panel:before{content:"";position:absolute;left:32px;right:32px;bottom:32px;height:1px;background:linear-gradient(90deg,rgba(83,178,195,.32),transparent);pointer-events:none}.about-page .about-reason-copy{min-height:230px;display:flex;flex-direction:column;justify-content:center}.about-page .about-reason blockquote{max-width:560px;margin:0;font-size:42px;line-height:1.2;font-weight:650}@media(max-width:640px){.about-page .about-reason blockquote{font-size:30px}}.about-page .about-reason p{max-width:420px;margin-top:16px;color:#b8c0c2;font-size:16px;line-height:1.7}@media(max-width:640px){.about-page .about-reason p{font-size:15px}}.about-page .about-reason-tags{display:grid;gap:16px}.about-page .about-reason-tags span{display:flex;align-items:center;min-height:52px;padding:0 24px;border-left:2px solid rgba(83,178,195,.5);background:linear-gradient(180deg,#ffffff0b,#ffffff05);color:#e7e5e5;font-size:18px;font-weight:600;box-shadow:inset 0 1px #ffffff09}@media(max-width:768px){.about-page .about-reason-tags{grid-template-columns:1fr}.about-page .about-reason-tags span{justify-content:flex-start;min-height:44px;padding:0 16px;border-left:2px solid rgba(83,178,195,.5);border-top:0;font-size:14px}}.about-page .about-principles{padding:48px 0}.about-page .about-principles-inner{display:grid;gap:32px}.about-page .about-principles-title h2{margin-left:auto;font-size:34px;line-height:1.25}@media(max-width:640px){.about-page .about-principles-title h2{width:100%;margin-left:0;font-size:29px}}.about-page .about-principles-title .about-section-index{font-size:52px}@media(max-width:640px){.about-page .about-principles-title .about-section-index{font-size:38px}}.about-page .about-principles-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:linear-gradient(90deg,transparent,rgba(65,136,152,.28),transparent)}@media(max-width:640px){.about-page .about-principles-list{grid-template-columns:1fr}}.about-page .about-principle{position:relative;min-height:180px;display:flex;flex-direction:column;justify-content:space-between;gap:32px;padding:24px;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent),#121416;transition:background .2s ease;overflow:hidden}.about-page .about-principle:hover{background:linear-gradient(180deg,rgba(65,136,152,.12),transparent),#121416}@media(max-width:640px){.about-page .about-principle{min-height:140px}}.about-page .about-principle>span{position:absolute;top:16px;right:24px;color:#53b2c338;font-size:58px;pointer-events:none}@media(max-width:640px){.about-page .about-principle>span{font-size:44px}}.about-page .about-principle>div{position:relative;z-index:1;margin-top:auto}.about-page .about-principle h3{margin-bottom:4px;font-size:28px;line-height:1.2}.about-page .about-principle p{color:#b8c0c2;font-size:15px;line-height:1.6}@media(max-width:640px){.about-page .about-principle p{font-size:14px}}.terms-page{min-height:100vh;background:#121416;padding:60px 0 40px}.terms-page .container{max-width:800px;margin:0 auto;padding:0 24px}.terms-page .terms-content{background:#0a1212eb;border:1px solid rgba(65,136,152,.28);border-radius:16px;padding:48px;box-shadow:0 0 0 1px #4188982e,0 16px 36px #00000038}.terms-page .terms-content h1{font-size:32px;font-weight:700;color:#e7e5e5;margin-bottom:8px;text-align:center}.terms-page .terms-content .terms-date{text-align:center;color:#8a9497;font-size:14px;margin-bottom:40px}.terms-page .terms-content section{margin-bottom:32px}.terms-page .terms-content section:last-child{margin-bottom:0}.terms-page .terms-content section h2{font-size:20px;font-weight:600;color:#e7e5e5;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid rgba(255,255,255,.08)}.terms-page .terms-content section p{font-size:15px;line-height:1.8;color:#b8c0c2;margin-bottom:12px}.terms-page .terms-content section ul{padding-left:24px;margin-bottom:16px}.terms-page .terms-content section ul li{font-size:15px;line-height:1.8;color:#b8c0c2;margin-bottom:8px;position:relative}.terms-page .terms-content section ul li::marker{color:#418898}@media(max-width:768px){.terms-page{padding:40px 0 24px}.terms-page .terms-content{padding:32px 24px}.terms-page .terms-content h1{font-size:24px}.terms-page .terms-content section h2{font-size:18px}.terms-page .terms-content section p,.terms-page .terms-content section ul li{font-size:14px}}.support-page .terms-content a{color:#4d9aaa;text-decoration:none}.support-page .terms-content a:hover{color:#418898;text-decoration:underline}.pricing-page{position:relative;min-height:100vh;background:#121416}.pricing-hero{position:relative;padding:48px 0 32px;background:linear-gradient(180deg,rgba(65,136,152,.08) 0%,transparent 100%)}.pricing-hero .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.pricing-hero .hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.03) 0%,transparent 100%)}.pricing-hero .hero-dots{position:absolute;top:0;right:0;bottom:0;left:0;background-image:none;background-size:24px 24px;-webkit-mask-image:none;mask-image:none}.pricing-hero .hero-content{position:relative;z-index:10;max-width:720px;margin:0 auto;text-align:center;padding:0 24px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#41889824;border:1px solid rgba(65,136,152,.42);border-radius:9999px;font-size:13px;font-weight:500;color:#4d9aaa;margin-bottom:24px}.hero-badge svg{color:#418898}.hero-title{font-size:30px;font-weight:700;margin-bottom:16px;line-height:1.2;color:#e7e5e5}@media(min-width:768px){.hero-title{font-size:36px}}.hero-title .highlight{background:linear-gradient(135deg,#4d9aaa,#418898);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:16px;color:#b8c0c2;max-width:500px;margin:0 auto;line-height:1.6}.pricing-section{padding:32px 0 64px}.pricing-section .section-container{max-width:800px;margin:0 auto;padding:0 24px}.pricing-error{padding:12px;background:#ff6b6b24;border:1px solid rgba(255,107,107,.3);border-radius:12px;color:#ff6b6b;font-size:14px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px;animation:shake .5s ease-in-out}.pricing-card-wrapper{display:flex;justify-content:center}.pricing-card{position:relative;width:100%;max-width:480px;background:#0a1212eb;border:1px solid rgba(65,136,152,.42);border-radius:24px;padding:48px;box-shadow:0 0 0 1px #4188982e,0 16px 36px #00000038;transition:all .3s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #41889852,0 18px 42px #00000052}.pricing-card.purchased{border-color:#3faf7b;background:linear-gradient(135deg,#3faf7b14,#0a1212eb)}.card-badge{position:absolute;top:-1px;right:32px;padding:4px 16px;background:#418898;color:#fff;font-size:12px;font-weight:600;border-radius:0 0 12px 12px}.card-header{text-align:center;margin-bottom:32px}.card-title{font-size:20px;font-weight:700;color:#e7e5e5;margin-bottom:4px}.card-subtitle{font-size:14px;color:#b8c0c2}.card-price{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}.card-price .price-symbol{font-size:20px;font-weight:600;color:#418898}.card-price .price-value{font-size:56px;font-weight:700;color:#418898;line-height:1}.card-price .price-unit{font-size:16px;color:#b8c0c2}.card-benefits{margin-bottom:32px}.benefits-title{font-size:14px;font-weight:600;color:#e7e5e5;margin-bottom:16px}.benefits-list{list-style:none;padding:0;margin:0}.benefit-item{display:flex;align-items:center;gap:8px;padding:8px 0;color:#b8c0c2;font-size:14px}.benefit-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.08)}.benefit-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#41889824;border-radius:12px;color:#418898;flex-shrink:0}.benefit-text{flex:1}.card-payment{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px;font-size:13px;color:#b8c0c2}.card-payment .payment-method{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#1677ff1a;color:#1677ff;border-radius:8px;font-weight:500}.card-payment .payment-method svg{fill:#1677ff}.card-action{margin-bottom:16px}.purchase-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;background:#418898;color:#fff;border:1px solid rgba(158,196,206,.22);border-radius:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.purchase-btn:hover:not(:disabled){background:#4d9aaa;transform:translateY(-2px);box-shadow:0 0 0 1px #41889852,0 18px 42px #00000052}.purchase-btn:disabled{opacity:.7;cursor:not-allowed}.purchase-btn .animate-spin{animation:spin 1s linear infinite}.purchased-status{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;background:#3faf7b24;color:#3faf7b;border-radius:16px;font-size:16px;font-weight:600}.purchased-status svg{stroke:#3faf7b}.card-security{display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px;color:#8a9497}.card-security svg{stroke:#8a9497}.pricing-faq{margin-top:64px;padding-top:48px;border-top:1px solid rgba(255,255,255,.08)}.pricing-faq h3{font-size:18px;font-weight:700;color:#e7e5e5;text-align:center;margin-bottom:32px}.faq-list{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:768px){.faq-list{grid-template-columns:repeat(2,1fr)}}.faq-item h4{font-size:14px;font-weight:600;color:#e7e5e5;margin-bottom:4px}.faq-item p{font-size:13px;color:#b8c0c2;line-height:1.5;margin:0}.qrcode-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000bd;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.qrcode-modal{position:relative;background:#0a1212eb;border:1px solid rgba(65,136,152,.28);border-radius:24px;padding:48px;max-width:400px;width:90%;text-align:center;box-shadow:0 18px 48px #00000057;animation:qrcode-fade-in .25s ease-out}@keyframes qrcode-fade-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.qrcode-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:24px;color:#8a9497;cursor:pointer;padding:4px 8px;line-height:1}.qrcode-close:hover{color:#e7e5e5}.qrcode-modal h3{font-size:18px;font-weight:700;color:#e7e5e5;margin-bottom:24px}.qrcode-image{display:flex;justify-content:center;margin-bottom:24px}.qrcode-image img{width:256px;height:256px;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.qrcode-hint{font-size:14px;color:#b8c0c2;margin-bottom:8px}.qrcode-order{font-size:12px;color:#8a9497;word-break:break-all}.qrcode-polling{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:13px;color:#418898}.simulate-pay-btn{margin-top:16px;padding:8px 16px;background:#418898;color:#fff;border:1px solid rgba(158,196,206,.22);border-radius:8px;cursor:pointer;font-size:14px}.pulse-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#418898;animation:pulse-anim 1.5s ease-in-out infinite}@keyframes pulse-anim{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.qrcode-success,.qrcode-failed{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px 0}.qrcode-success h3,.qrcode-failed h3{margin-bottom:0}.qrcode-success p,.qrcode-failed p{color:#b8c0c2;font-size:14px;margin:0}.qrcode-success .btn,.qrcode-failed .btn{margin-top:8px}.qrcode-success h3{color:#52c41a}.qrcode-failed h3{color:#ff4d4f}.payment-result-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#41889814,#121416);position:relative}.payment-result-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:none;background-size:24px 24px;pointer-events:none}.result-container{position:relative;z-index:10;width:100%;max-width:520px}.result-card{background:#0a1212eb;border:1px solid rgba(65,136,152,.28);border-radius:24px;padding:48px;box-shadow:0 0 0 1px #4188982e,0 16px 36px #00000038;text-align:center}@media(min-width:640px){.result-card{padding:64px}}.status-icon{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px}.status-icon.loading{background:#41889824;color:#418898}.status-icon.loading svg{animation:spin 1s linear infinite}.status-icon.success{background:#3faf7b24;color:#3faf7b;animation:scaleIn .5s ease-out}.status-icon.failed{background:#ff6b6b24;color:#ff6b6b;animation:shake .5s ease-in-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.result-title{font-size:20px;font-weight:700;color:#e7e5e5;margin-bottom:8px}@media(min-width:640px){.result-title{font-size:24px}}.result-desc{font-size:14px;color:#b8c0c2;margin-bottom:32px;line-height:1.6}.order-info{background:#11181a;border-radius:16px;padding:24px;margin-bottom:32px;text-align:left}.info-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.info-row:not(:last-child){border-bottom:1px solid rgba(255,255,255,.08)}.info-row .info-label{font-size:13px;color:#b8c0c2}.info-row .info-value{font-size:13px;font-weight:500;color:#e7e5e5}.info-row .info-value.price{color:#418898;font-size:16px;font-weight:700}.result-actions{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media(min-width:640px){.result-actions{flex-direction:row;justify-content:center}}.result-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:16px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none}.result-actions .btn.btn-primary{background:#418898;color:#fff}.result-actions .btn.btn-primary:hover{background:#4d9aaa;transform:translateY(-2px);box-shadow:0 0 0 1px #41889852,0 18px 42px #00000052}.result-actions .btn.btn-secondary{background:#ffffff0a;color:#e7e5e5;border:1px solid rgba(255,255,255,.1)}.result-actions .btn.btn-secondary:hover{background:#11181a;border-color:#418898;color:#418898}@media(min-width:640px){.result-actions .btn.btn-lg{padding:16px 48px}}.result-actions .btn svg{flex-shrink:0}.polling-hint{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;background:#41889824;border-radius:16px;color:#418898;font-size:13px}.polling-hint .pulse-dot{width:8px;height:8px;background:#418898;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.help-hint{display:flex;align-items:center;justify-content:center;gap:4px;font-size:13px;color:#8a9497}.help-hint svg{flex-shrink:0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Newsreader,serif,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#121416;color:#e7e5e5;line-height:1.6}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,#41889814,#12141600 280px),linear-gradient(135deg,#ffffff0a,#fff0 38%)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit;font-size:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:768px){.container{padding:0 32px}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,#4d9aaa,#418898);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-float{animation:float 6s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.glass{background:#0a1212d1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(65,136,152,.28)}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;border-radius:12px;transition:all .2s ease;cursor:pointer;border:none;outline:none;overflow:hidden}.btn:before{content:"";position:absolute;inset:1px 1px auto;height:45%;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.16),transparent);opacity:0;pointer-events:none;transition:opacity .2s ease}.btn>*{position:relative;z-index:1}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:active:not(:disabled){transform:scale(.98)}.btn-primary{background:linear-gradient(180deg,#4d9aaa,#3a7889);color:#fff;border:1px solid rgba(158,196,206,.3);box-shadow:inset 0 1px #ffffff2e,0 12px 28px #00000042,0 0 0 1px #41889814}.btn-primary:hover:not(:disabled){background:linear-gradient(180deg,#58a4b3,#418898);box-shadow:inset 0 1px #ffffff38,0 14px 34px #00000052,0 0 30px #41889833;transform:translateY(-2px)}.btn-primary:hover:not(:disabled):before{opacity:1}.btn-secondary{background:linear-gradient(180deg,#ffffff0e,#ffffff06);color:#e7e5e5;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px #ffffff0e}.btn-secondary:hover:not(:disabled){background:linear-gradient(180deg,#4188982e,#41889814);border-color:#4188986b;color:#4d9aaa;transform:translateY(-1px)}.btn-secondary:hover:not(:disabled):before{opacity:.55}.btn-ghost{background:transparent;color:#b8c0c2}.btn-ghost:hover:not(:disabled){background-color:#41889824;color:#418898}.btn-danger{background-color:#ff6b6b;color:#fff;border:1px solid rgba(255,255,255,.08)}.btn-danger:hover:not(:disabled){background-color:#ff3838}.btn-sm{padding:8px 16px;font-size:13px}.btn-lg{padding:16px 32px;font-size:16px;border-radius:16px}.btn-icon{width:48px;height:48px;padding:0}.card{background:#0a1212eb;border:1px solid rgba(65,136,152,.28);border-radius:16px;box-shadow:0 0 0 1px #4188982e,0 16px 36px #00000038;transition:all .3s ease}.card-header{padding:24px;border-bottom:1px solid rgba(255,255,255,.08)}.card-title{font-size:20px;font-weight:600;color:#e7e5e5}.card-description{font-size:14px;color:#b8c0c2;margin-top:4px}.card-content{padding:24px}.card-footer{padding:0 24px 24px}.card:hover{border-color:#4188986b;box-shadow:0 0 0 1px #41889852,0 18px 42px #00000052}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:14px;font-weight:500;color:#e7e5e5;margin-bottom:8px}.input-wrapper{position:relative}.input-wrapper .input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#7e898c;pointer-events:none}.input-wrapper .input{width:100%;height:48px;padding:0 16px;font-size:15px;color:#e7e5e5;background:#1a1a1ae6;border:1px solid rgba(255,255,255,.12);border-radius:9999px;transition:all .2s ease;outline:none}.input-wrapper .input::placeholder{color:#7e898c}.input-wrapper .input:focus{border-color:#418898;box-shadow:0 0 0 3px #4188982e}.input-wrapper .input-with-icon{padding-left:48px}.input-wrapper.error .input{border-color:#ff6b6b}.input-wrapper.error .input:focus{box-shadow:0 0 0 3px #ff6b6b24}.input-wrapper .send-code-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);height:36px;padding:0 16px;font-size:13px;color:#418898;background:transparent;border:1px solid #418898;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.input-wrapper .send-code-btn:hover:not(:disabled){background:#41889824;color:#4d9aaa}.input-wrapper .send-code-btn:disabled{color:#7e898c;border-color:#ffffff14;cursor:not-allowed}.login-mode-switch{display:flex;gap:12px;margin-bottom:20px;padding:6px;background:#101113f0;border:1px solid rgba(65,136,152,.28);border-radius:9999px}.login-mode-switch .mode-btn{flex:1;height:40px;font-size:14px;font-weight:500;color:#b8c0c2;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.login-mode-switch .mode-btn.active{color:#fff;background:#418898;box-shadow:none}.login-mode-switch .mode-btn:hover:not(.active){color:#e7e5e5}.contact-type-switch{display:flex;gap:12px;margin-bottom:16px}.contact-type-switch .type-btn{flex:1;height:36px;font-size:13px;font-weight:500;color:#b8c0c2;background:#ffffff0a;border:1px solid rgba(255,255,255,.14);border-radius:9999px;cursor:pointer;transition:all .2s ease}.contact-type-switch .type-btn.active{color:#418898;background:#41889824;border-color:#418898}.contact-type-switch .type-btn:hover:not(.active){border-color:#418898;color:#418898}.textarea{width:100%;min-height:120px;padding:16px;font-size:15px;color:#e7e5e5;background:#1a1a1ae6;border:1px solid rgba(255,255,255,.12);border-radius:12px;transition:all .2s ease;outline:none;resize:vertical}.textarea::placeholder{color:#7e898c}.textarea:focus{border-color:#418898;box-shadow:0 0 0 3px #4188982e}.error-message{font-size:13px;color:#ff6b6b;margin-top:4px}.success-message{font-size:13px;color:#3faf7b;margin-top:4px}
