*{margin:0;padding:0;box-sizing:border-box}body{font-family:Microsoft YaHei,Arial,sans-serif;line-height:1.6;color:#333}#app{min-height:100vh;display:flex;flex-direction:column}.header{background:#dc2626;color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}.nav{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.red-star{color:#fbbf24;animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 5px #fbbf24}to{text-shadow:0 0 20px #fbbf24,0 0 30px #fbbf24}}.main-content{flex:1}.footer{background:#1f2937;color:#fff;text-align:center;padding:2rem;margin-top:auto}.footer-content p{margin-bottom:.5rem}.footer-content p:last-child{opacity:.8;font-size:.9rem}.hero-section[data-v-7f84e8a1]{display:flex;align-items:center;justify-content:center;min-height:80vh;background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;padding:2rem}.hero-content[data-v-7f84e8a1]{flex:1;text-align:center}.hero-title[data-v-7f84e8a1]{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle[data-v-7f84e8a1]{font-size:2rem;margin-bottom:2rem;opacity:.9}.hero-description[data-v-7f84e8a1]{font-size:1.2rem;line-height:1.8;margin-bottom:3rem;opacity:.95}.hero-buttons[data-v-7f84e8a1]{display:flex;gap:1rem;align-items:center;justify-content:center}.btn-primary[data-v-7f84e8a1],.btn-secondary[data-v-7f84e8a1]{padding:1rem 2rem;border:none;border-radius:5px;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.btn-primary[data-v-7f84e8a1]{background:#fff;color:#dc2626}.btn-primary[data-v-7f84e8a1]:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.btn-secondary[data-v-7f84e8a1]{background:transparent;color:#fff;border:2px solid white}.btn-secondary[data-v-7f84e8a1]:hover{background:#fff;color:#dc2626}.hero-image[data-v-7f84e8a1]{margin-top:2rem;flex:1;display:flex;justify-content:center;align-items:center}.red-flag[data-v-7f84e8a1]{font-size:15rem}@keyframes wave-7f84e8a1{0%,to{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}@media(max-width:768px){.hero-section[data-v-7f84e8a1]{flex-direction:column;text-align:center}.hero-title[data-v-7f84e8a1]{font-size:2.5rem}.hero-subtitle[data-v-7f84e8a1]{font-size:1.5rem}.red-flag[data-v-7f84e8a1]{font-size:8rem}}.timeline-section[data-v-c06a5ec1]{padding:4rem 2rem;background:#fef2f2}.section-title[data-v-c06a5ec1]{text-align:center;font-size:2.5rem;color:#dc2626;margin-bottom:3rem;position:relative}.section-title[data-v-c06a5ec1]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:3px;background:#dc2626}.timeline[data-v-c06a5ec1]{max-width:1000px;margin:0 auto;position:relative}.timeline[data-v-c06a5ec1]:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#dc2626;transform:translate(-50%)}.timeline-item[data-v-c06a5ec1]{display:flex;align-items:center;margin-bottom:3rem;position:relative}.timeline-item.reverse[data-v-c06a5ec1]{flex-direction:row-reverse}.timeline-marker[data-v-c06a5ec1]{position:absolute;left:50%;transform:translate(-50%);width:80px;height:80px;background:#dc2626;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem;z-index:2;border:4px solid white;box-shadow:0 0 0 4px #dc2626}.timeline-content[data-v-c06a5ec1]{background:#fff;padding:2rem 4rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;width:45%;position:relative}.timeline-item:nth-child(odd) .timeline-content[data-v-c06a5ec1]{margin-left:auto;margin-right:60px}.timeline-item.reverse .timeline-content[data-v-c06a5ec1]{margin-left:60px;margin-right:auto}.event-title[data-v-c06a5ec1]{color:#dc2626;font-size:1.3rem;margin-bottom:1rem}.event-description[data-v-c06a5ec1]{line-height:1.6;margin-bottom:1rem;color:#374151}.event-significance[data-v-c06a5ec1]{font-style:italic;color:#059669;font-weight:500}@media(max-width:768px){.timeline[data-v-c06a5ec1]:before{left:30px}.timeline-marker[data-v-c06a5ec1]{left:30px;transform:none}.timeline-content[data-v-c06a5ec1]{width:calc(100% - 80px);margin-left:80px!important;margin-right:0!important}.timeline-item.reverse[data-v-c06a5ec1]{flex-direction:row}}.values-section[data-v-0925558a]{padding:4rem 2rem;background:#fff}.section-title[data-v-0925558a]{text-align:center;font-size:2.5rem;color:#dc2626;margin-bottom:3rem}.values-grid[data-v-0925558a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.value-card[data-v-0925558a]{background:linear-gradient(135deg,#fef2f2,#fee2e2);padding:2rem;border-radius:15px;text-align:center;position:relative;overflow:hidden;transition:all .3s ease;border:2px solid transparent}.value-card[data-v-0925558a]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #dc262633;border-color:#dc2626}.value-icon[data-v-0925558a]{font-size:3rem;margin-bottom:1rem}.value-title[data-v-0925558a]{color:#dc2626;font-size:1.5rem;margin-bottom:1rem}.value-description[data-v-0925558a]{line-height:1.6;color:#374151;margin-bottom:1rem}.value-principle[data-v-0925558a]{font-size:.9rem;color:#059669;font-style:italic}.card-overlay[data-v-0925558a]{position:absolute;inset:0;background:#dc2626e6;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.card-overlay.active[data-v-0925558a]{opacity:1}.card-overlay span[data-v-0925558a]{font-weight:700;font-size:1.2rem}.stories-section[data-v-1cec8ac1]{padding:4rem 2rem;background:#fef2f2}.section-title[data-v-1cec8ac1]{text-align:center;font-size:2.5rem;color:#dc2626;margin-bottom:3rem}.stories-container[data-v-1cec8ac1]{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.story-card[data-v-1cec8ac1]{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 15px #0000001a;border-left:5px solid #dc2626;transition:all .3s ease}.story-card[data-v-1cec8ac1]:hover{transform:translate(5px);box-shadow:0 8px 25px #dc262626}.story-header[data-v-1cec8ac1]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap}.hero-name[data-v-1cec8ac1]{color:#dc2626;font-size:1.8rem;margin:0}.hero-period[data-v-1cec8ac1]{background:#dc2626;color:#fff;padding:.3rem 1rem;border-radius:20px;font-size:.9rem}.story-content[data-v-1cec8ac1]{line-height:1.7}.story-text[data-v-1cec8ac1]{color:#374151;margin-bottom:1rem;font-size:1.1rem}.contribution[data-v-1cec8ac1]{color:#059669;margin-bottom:1rem;font-weight:500}.spirit-tag[data-v-1cec8ac1]{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;padding:.8rem 1.5rem;border-radius:25px;display:inline-block;font-weight:700;font-size:.95rem}.home-page[data-v-482dc23a]{min-height:100vh}
