*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans SC,sans-serif;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased}a{color:#1a237e;text-decoration:none}a:hover{color:#3949ab}.site-layout{min-height:100vh;display:flex;flex-direction:column}.site-header{background:#1a237e;padding:0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000026}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 24px}.header-logo{color:#fff;font-size:20px;font-weight:600;display:flex;align-items:center;gap:10px}.header-nav{display:flex;align-items:center;gap:4px}.header-nav a,.header-nav button{color:#ffffffd9;padding:8px 16px;border-radius:6px;font-size:14px;transition:all .2s;border:none;background:transparent;cursor:pointer}.header-nav a:hover,.header-nav button:hover,.header-nav a.active{color:#fff;background:#ffffff26}.header-user{display:flex;align-items:center;gap:12px;color:#ffffffd9}.site-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:24px}.site-footer{background:#1a237e;color:#ffffffa6;padding:40px 24px 24px;margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-section h4{color:#fff;margin-bottom:16px;font-size:16px}.footer-section p,.footer-section a{color:#ffffffa6;font-size:14px;line-height:2;display:block}.footer-section a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:24px auto 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:13px}.hero-section{background:linear-gradient(135deg,#1a237e,#283593,#3949ab);color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden;margin:-24px -24px 24px}.hero-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 50%);animation:heroGlow 10s ease-in-out infinite}@keyframes heroGlow{0%,to{transform:translate(0)}50%{transform:translate(5%,5%)}}.hero-inner{max-width:800px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.hero-title{font-size:42px;font-weight:700;margin-bottom:16px;line-height:1.2}.hero-subtitle{font-size:18px;opacity:.9;margin-bottom:32px;line-height:1.6}.hero-actions{display:flex;gap:16px;justify-content:center}.stats-section{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.stat-card{text-align:center;padding:24px;background:#f5f5f5;border-radius:12px;transition:all .3s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.stat-number{font-size:36px;font-weight:700;color:#1a237e;margin-bottom:4px}.stat-label{font-size:14px;color:#666}.section-title{font-size:28px;font-weight:600;margin-bottom:24px;color:#1a237e;display:flex;justify-content:space-between;align-items:center}.section-more{font-size:14px;color:#1a237e}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:24px;margin-bottom:48px}.feature-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e8e8e8;transition:all .3s;cursor:pointer}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001a;border-color:transparent}.feature-card-image{height:200px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:40px;color:#999;overflow:hidden}.feature-card-image img{width:100%;height:100%;object-fit:cover}.feature-card-body{padding:20px}.feature-card-title{font-size:18px;font-weight:600;margin-bottom:8px;color:#1a1a1a}.feature-card-desc{font-size:14px;color:#666;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feature-card-footer{padding:12px 20px;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;font-size:14px}@media (max-width: 768px){.hero-title{font-size:28px}.hero-subtitle{font-size:16px}.stats-section{grid-template-columns:repeat(2,1fr)}.card-grid,.footer-inner{grid-template-columns:1fr}.header-nav{display:none}.section-title{font-size:22px}}.detail-page{max-width:1000px;margin:0 auto}.detail-hero{margin-bottom:32px}.detail-hero img{width:100%;max-height:400px;object-fit:cover;border-radius:12px}.detail-title{font-size:28px;font-weight:700;margin-bottom:8px}.detail-meta{display:flex;gap:24px;color:#666;margin-bottom:24px;font-size:14px;flex-wrap:wrap}.detail-body{font-size:15px;line-height:1.8;color:#333}.chat-bubble{position:fixed;bottom:24px;right:24px;z-index:999;cursor:pointer}.chat-bubble-btn{width:56px;height:56px;border-radius:50%;background:#1a237e;color:#fff;border:none;font-size:24px;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:all .3s;display:flex;align-items:center;justify-content:center}.chat-bubble-btn:hover{transform:scale(1.1);background:#3949ab}.chat-badge{position:absolute;top:-4px;right:-4px;background:#ff4d4f;color:#fff;font-size:11px;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-weight:600}.chat-panel{position:fixed;bottom:90px;right:24px;width:360px;height:500px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;z-index:998;overflow:hidden}.chat-panel-header{background:#1a237e;color:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;font-weight:600}.chat-panel-body{flex:1;overflow-y:auto;padding:12px 16px;background:#f5f5f5}.chat-message{margin-bottom:12px;display:flex;flex-direction:column}.chat-message.system{align-items:center}.chat-message.system .chat-bubble-text{background:transparent;color:#999;font-size:12px;padding:4px 8px}.chat-message.self{align-items:flex-end}.chat-message.other{align-items:flex-start}.chat-bubble-sender{font-size:12px;color:#999;margin-bottom:4px}.chat-bubble-text{max-width:80%;padding:8px 12px;border-radius:12px;font-size:14px;line-height:1.5}.chat-message.self .chat-bubble-text{background:#1a237e;color:#fff;border-bottom-right-radius:4px}.chat-message.other .chat-bubble-text{background:#fff;color:#1a1a1a;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000001a}.chat-panel-footer{padding:12px 16px;border-top:1px solid #e8e8e8;display:flex;gap:8px}.chat-panel-footer input{flex:1;border:1px solid #d9d9d9;border-radius:20px;padding:8px 16px;outline:none;font-size:14px}.chat-panel-footer input:focus{border-color:#1a237e}.chat-panel-footer button{background:#1a237e;color:#fff;border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center}.auth-page{max-width:400px;margin:60px auto;padding:32px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014}.auth-page h2{text-align:center;margin-bottom:24px;color:#1a237e}.breadcrumb{margin-bottom:16px;color:#999;font-size:13px}.breadcrumb a{color:#1a237e}.price{color:#c5a059;font-size:22px;font-weight:700}.price-original{color:#999;text-decoration:line-through;font-size:14px;margin-left:8px}.gold-tag{background:#c5a059;color:#fff;padding:2px 8px;border-radius:4px;font-size:12px}.full-chat-page{display:flex;height:calc(100vh - 264px);background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e8e8e8}.chat-sidebar{width:260px;border-right:1px solid #e8e8e8;background:#fafafa}.chat-sidebar-header{padding:16px;border-bottom:1px solid #e8e8e8;font-weight:600}.chat-room-list{overflow-y:auto}.chat-room-item{padding:12px 16px;cursor:pointer;transition:all .2s;border-bottom:1px solid #f0f0f0}.chat-room-item:hover,.chat-room-item.active{background:#e8eaf6}.chat-main{flex:1;display:flex;flex-direction:column}.chat-main-header{padding:12px 16px;border-bottom:1px solid #e8e8e8;font-weight:600;display:flex;justify-content:space-between}.chat-messages{flex:1;overflow-y:auto;padding:16px;background:#f5f5f5}.chat-input-area{padding:12px 16px;border-top:1px solid #e8e8e8;display:flex;gap:8px}.login-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.login-overlay-content{background:#fff;padding:32px;border-radius:12px;text-align:center;max-width:360px}.login-overlay-content h3{margin-bottom:12px}.login-overlay-content p{margin-bottom:20px;color:#666}
