:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh}body{font-family:inherit;line-height:inherit;color:#1f2937;background-color:#fff}#root{min-height:100vh}html{scroll-behavior:smooth}button{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit}p{margin:0}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation}.app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#1f2937;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.8);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo .logo-text{font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;gap:32px}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#667eea}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-actions{display:flex;gap:16px;align-items:center}.nav-actions-mobile{display:none;flex-direction:column;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(229,231,235,.3)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.hamburger{display:block;width:24px;height:2px;background:#4b5563;position:relative;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";display:block;width:24px;height:2px;background:#4b5563;position:absolute;transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger-open{background:transparent}.hamburger-open:before{top:0;transform:rotate(45deg)}.hamburger-open:after{bottom:0;transform:rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;min-height:44px;touch-action:manipulation;transition:all .3s ease;font-size:14px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.btn-primary.large{padding:16px 32px;font-size:16px}.btn-secondary{background:transparent;color:#4b5563;border:1px solid #d1d5db;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:14px;min-height:44px;touch-action:manipulation}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea;padding:14px 30px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:16px;min-height:44px;touch-action:manipulation}.btn-outline:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-title{font-size:56px;font-weight:800;line-height:1.1;margin-bottom:24px;color:#1f2937}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:20px;color:#6b7280;margin-bottom:40px;line-height:1.6}.hero-actions{display:flex;gap:20px}.hero-visual{position:relative;height:400px}.floating-card{position:absolute;background:#fff;border-radius:16px;padding:24px;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column;align-items:center;gap:12px;animation:float 6s ease-in-out infinite}.floating-card.card-1{top:20px;left:20px;animation-delay:0s}.floating-card.card-2{top:120px;right:40px;animation-delay:2s}.floating-card.card-3{bottom:40px;left:60px;animation-delay:4s}.card-icon{font-size:32px}.card-text{font-weight:600;color:#374151}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{padding:100px 0;background:#fff}.section-header{text-align:center;margin-bottom:80px}.section-title{font-size:48px;font-weight:700;margin-bottom:16px;color:#1f2937}.section-subtitle{font-size:20px;color:#6b7280;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-card{text-align:center;padding:40px 24px;border-radius:16px;transition:all .3s ease;border:1px solid #f3f4f6}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#e5e7eb}.feature-icon{font-size:48px;margin-bottom:24px}.feature-title{font-size:24px;font-weight:600;margin-bottom:16px;color:#1f2937}.feature-description{color:#6b7280;line-height:1.6}.stats{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}.stat-item{text-align:center}.stat-number{font-size:48px;font-weight:800;margin-bottom:8px}.stat-label{font-size:18px;opacity:.9}.cta{padding:100px 0;background:linear-gradient(135deg,#f8fafc,#e0f2fe)}.cta-content{text-align:center;max-width:900px;margin:0 auto}.cta-title{font-size:48px;font-weight:700;margin-bottom:24px;color:#1f2937}.cta-description{font-size:20px;color:#6b7280;margin-bottom:50px}.douyin-section{display:flex;align-items:center;justify-content:center;gap:60px;margin-bottom:40px}.douyin-qr{text-align:center}.qr-code{width:180px;height:180px;border-radius:20px;box-shadow:0 15px 35px #0000001a;border:4px solid white;transition:transform .3s ease}.qr-code:hover{transform:scale(1.05)}.qr-label{margin-top:16px;font-weight:600;color:#374151;font-size:16px}.douyin-info{text-align:center}.douyin-id{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:30px;padding:16px 24px;background:#fff;border-radius:12px;box-shadow:0 8px 25px #0000001a;border:2px solid #f3f4f6}.cta-actions{display:flex;gap:20px;justify-content:center}.footer{background:#1f2937;color:#fff;padding:80px 0 40px}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:80px;margin-bottom:40px}.footer-brand .logo-text{font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;display:block}.footer-description{color:#9ca3af;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-column h4{font-weight:600;margin-bottom:16px;color:#fff}.footer-column a{display:block;color:#9ca3af;text-decoration:none;margin-bottom:8px;transition:color .3s ease}.footer-column a:hover{color:#667eea}.footer-bottom{border-top:1px solid #374151;padding-top:40px;text-align:center;color:#9ca3af}.xiaohongshu-notes{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.view-toggle{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid #e9ecef;background:#fff;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#666}.toggle-btn:hover{border-color:#007bff;color:#007bff}.toggle-btn.active{background:linear-gradient(135deg,#007bff,#0056b3);border-color:#007bff;color:#fff;box-shadow:0 4px 15px #007bff4d}.toggle-icon{font-size:1.2rem}.notes-container{margin:3rem 0}.notes-container.card-view{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.notes-container.list-view{display:flex;flex-direction:column;gap:1.5rem}.note-item{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;border:1px solid #f0f0f0}.note-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.card-view .note-item{display:flex;flex-direction:column}.card-view .note-image{position:relative;height:450px;overflow:hidden}.card-view .note-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card-view .note-item:hover .note-image img{transform:scale(1.05)}.card-view .note-content{padding:1.5rem}.list-view .note-item{display:flex;flex-direction:row;align-items:center}.list-view .note-image{position:relative;width:150px;height:120px;flex-shrink:0;overflow:hidden}.list-view .note-image img{width:100%;height:100%;object-fit:cover}.list-view .note-content{padding:1.5rem;flex:1}.note-overlay{position:absolute;top:10px;right:10px;background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:15px;font-size:.8rem}.note-title{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 .5rem;line-height:1.4}.note-text{color:#666;line-height:1.6;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.note-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.note-tag{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.note-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.note-date{color:#999;font-size:.9rem}.note-link{color:#007bff;text-decoration:none;font-weight:500;transition:color .3s ease}.note-link:hover{color:#0056b3}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem}.page-btn{padding:.75rem 1.5rem;border:2px solid #e9ecef;background:#fff;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#666}.page-btn:hover:not(:disabled){border-color:#007bff;color:#007bff}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-numbers{display:flex;gap:.5rem}.page-number{width:40px;height:40px;border:2px solid #e9ecef;background:#fff;border-radius:50%;cursor:pointer;transition:all .3s ease;font-weight:500;color:#666;display:flex;align-items:center;justify-content:center}.page-number:hover{border-color:#007bff;color:#007bff}.page-number.active{background:linear-gradient(135deg,#007bff,#0056b3);border-color:#007bff;color:#fff;box-shadow:0 4px 15px #007bff4d}.qr-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.qr-modal-content{background:#fff;padding:2rem;border-radius:20px;text-align:center;position:relative;max-width:400px;width:90%;box-shadow:0 20px 40px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.qr-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.qr-close:hover{background:#f0f0f0;color:#333}.qr-modal-image{width:200px;height:200px;border-radius:15px;margin:1rem 0;box-shadow:0 10px 20px #0000001a}.qr-modal-text{font-size:1.2rem;font-weight:600;color:#333;margin:1rem 0 .5rem}.qr-modal-id{font-size:1rem;color:#666;background:#f8f9fa;padding:.5rem 1rem;border-radius:25px;display:inline-block;margin-top:.5rem}@media (max-width: 768px){.container{padding:0 1rem}.nav-menu{position:fixed;top:72px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.8);flex-direction:column;padding:20px 24px;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.nav-menu-open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{padding:12px 0;font-size:1.1rem;border-bottom:1px solid rgba(229,231,235,.3)}.nav-link:last-of-type{border-bottom:none}.nav-actions{display:none}.nav-actions-mobile{display:flex}.mobile-menu-toggle{display:block}.nav-logo .logo-text{font-size:1.3rem}.hero-content h1{font-size:2.5rem;line-height:1.2}.hero-content p{font-size:1.1rem;margin:1rem 0 2rem}.hero-actions{flex-direction:column;gap:1rem;width:100%}.btn{width:100%;min-height:48px;font-size:1rem;padding:12px 24px}.btn.large{min-height:52px;font-size:1.1rem;padding:16px 32px}.features-grid{grid-template-columns:1fr;gap:2rem}.feature-card{padding:2rem 1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-card{padding:1.5rem 1rem}.stat-number{font-size:2rem}.cta-content{padding:3rem 1.5rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.douyin-section{flex-direction:column;align-items:center;gap:1.5rem}.qr-code{width:120px;height:120px}.douyin-id{font-size:.9rem;padding:.5rem 1rem}.cta-actions{flex-direction:column;gap:1rem;width:100%}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.qr-modal-content{padding:1.5rem;margin:1rem;width:calc(100% - 2rem)}.qr-modal-image{width:160px;height:160px}.qr-modal-text{font-size:1.1rem}.qr-close{width:44px;height:44px;font-size:1.8rem}}@media (max-width: 480px){.container{padding:0 .75rem}.nav-container{padding:0 16px}.nav-logo .logo-text{font-size:1.1rem}.hero{padding:100px 0 60px}.hero-content h1{font-size:1.8rem;line-height:1.1}.hero-content p{font-size:.95rem;margin:1rem 0 1.5rem}.btn{padding:14px 20px;font-size:.95rem;min-height:48px}.btn.large{padding:16px 24px;font-size:1rem;min-height:52px}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.25rem .75rem}.qr-modal-content{padding:1rem;margin:.5rem;width:calc(100% - 1rem)}.qr-modal-image{width:140px;height:140px}.xiaohongshu-notes{padding:60px 0}.view-toggle{flex-direction:column;gap:.5rem;margin:1.5rem 0}.toggle-btn{width:100%;justify-content:center;padding:1rem 1.5rem}.notes-container.card-view{grid-template-columns:1fr;gap:1.5rem}.list-view .note-item{flex-direction:column}.list-view .note-image{width:100%;height:180px}.list-view .note-content,.card-view .note-content{padding:1rem}.note-title{font-size:1.1rem}.note-text{font-size:.9rem}.note-meta{flex-direction:column;gap:.5rem;align-items:flex-start}.pagination{flex-direction:column;gap:1rem}.page-numbers{order:-1}.page-btn{width:100%;max-width:200px}}@media (max-width: 480px){.xiaohongshu-notes{padding:40px 0}.card-view .note-image,.list-view .note-image{height:150px}.note-tags{gap:.25rem}.note-tag{font-size:.7rem;padding:.2rem .5rem}.page-number{width:35px;height:35px;font-size:.9rem}}.douyin-videos{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.videos-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.video-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;cursor:pointer;position:relative}.video-item:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.video-cover{position:relative;width:100%;height:280px;overflow:hidden}.video-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.video-item:hover .video-cover img{transform:scale(1.05)}.play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.video-item:hover .play-overlay{opacity:1}.play-button{width:60px;height:60px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#667eea;transition:all .3s ease}.play-button:hover{background:#fff;transform:scale(1.1)}.video-content{padding:1.5rem}.video-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem;line-height:1.4}.video-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-platform{color:#999;font-size:.8rem;margin:0;font-weight:500}@media (max-width: 768px){.douyin-videos{padding:60px 0}.videos-container{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.video-cover{height:240px}.video-content{padding:1.25rem}.video-title{font-size:1rem}}@media (max-width: 480px){.douyin-videos{padding:40px 0}.video-cover{height:200px}.video-content{padding:1rem}.play-button{width:50px;height:50px;font-size:16px}}
