*{margin:0;padding:0;box-sizing:border-box}body{background-color:#e6d8b6;font-family:Georgia,Times New Roman,宋体,serif;color:#3e2c1a;display:flex;justify-content:center;-webkit-font-smoothing:antialiased}.divider-line{height:0;border:none;border-top:2px solid #583C14;transform:scaleY(.5);transform-origin:top;overflow:visible;margin:0;grid-column:1 / -1}.chapter-tabs{grid-column:2 / 5;display:flex;gap:30px;flex-wrap:wrap;justify-content:center}.chapter-tabs a{text-decoration:none;font-size:17px;font-weight:700;color:#5b3b11;background:transparent;padding:4px 8px;border-radius:0;border:none;transition:color .2s,background-color .2s,border-radius .2s}.chapter-tabs a:hover{color:#3e2c1a;text-decoration:underline}.chapter-tabs a.active{color:#fff;background-color:#5b3b11;border-radius:6px;padding:4px 12px;text-decoration:none}.chapter-tabs a.active:hover{color:#fff;background-color:#4a2e0e;text-decoration:none}@media (max-width: 600px){.chapter-tabs{gap:15px}.chapter-tabs a{font-size:15px}.divider-line,.chapter-tabs{grid-column:1;width:90%;margin:0 auto}}.ch1-page{max-width:1200px;width:100%;background-color:#e6d8b6;padding:0 20px 40px;position:relative}.ch1-page .hero{position:relative;width:100%;border-radius:0 0 16px 16px;overflow:hidden;margin-bottom:30px;background-color:#d4c8b6}.ch1-page .hero-image{width:100%;height:auto;display:block}.ch1-page .hero-overlay{position:absolute;bottom:0;left:0;width:100%;height:15%;background:linear-gradient(to bottom,#e6d8b600,#e6d8b6 85%,#e6d8b6);pointer-events:none;z-index:1}.ch1-page .intro-area{display:grid;grid-template-columns:1fr 2fr 2fr 2fr 1fr;row-gap:20px;padding:10px 0 30px;margin-bottom:30px}.ch1-page .intro-text-block{grid-column:2 / 5;max-width:900px;margin:0 auto 20px;text-align:center}.ch1-page .big-heading{font-size:36px;font-weight:700;color:#5b3b11;text-align:center;line-height:1.3}.ch1-page .intro-heading{color:#5b3b11;text-align:center;font-size:18px;font-weight:500;line-height:1.6;margin-top:6px}.ch1-page .intro-body{color:#000;text-align:left;font-size:16px;line-height:1.8;margin-top:15px;max-width:800px;margin-left:auto;margin-right:auto}.ch1-page .intro-footer-divider{grid-column:2 / 5;margin:10px 0 0;height:0;border:none;border-top:2px solid #583C14;transform:scaleY(.5);transform-origin:top;overflow:visible}.ch1-page .jump-buttons{grid-column:2 / 5;display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin:0}.ch1-page .jump-buttons a{text-decoration:none;font-size:15px;font-weight:600;color:#fff;background-color:#5b3b11;padding:10px 24px;border-radius:6px;transition:background-color .2s,transform .1s;box-shadow:0 2px 6px #0000001a}.ch1-page .jump-buttons a:hover{background-color:#4a2e0e;transform:translateY(-2px)}.ch1-page .timeline{display:grid;grid-template-columns:1fr 2fr 2fr 2fr 1fr;row-gap:60px;position:relative;padding:20px 0}.ch1-page .timeline-header{grid-column:2 / 5;text-align:left;font-size:22px;font-weight:700;color:#5b3b11;padding-bottom:4px;width:100%;display:flex;align-items:center;gap:10px}.ch1-page .title-icon{width:56px;height:56px;flex-shrink:0;display:inline-block;vertical-align:middle;object-fit:contain}.ch1-page #curveCanvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.ch1-page .step{display:flex;flex-direction:column;position:relative;width:100%;gap:8px}.ch1-page .step.left{grid-column:2}.ch1-page .step.right{grid-column:4;transform:translateY(140px)}.ch1-page .step-image{width:100%;aspect-ratio:1 / 1;border-radius:0;overflow:hidden;background-color:#d4c8b6;background-size:cover;background-repeat:no-repeat;background-position:center;border:1px solid #dacfc0;flex-shrink:0;position:relative}.ch1-page .anchor-point{position:absolute;width:0;height:0;pointer-events:none;top:50%;transform:translateY(-50%)}.ch1-page .step.left .anchor-point{right:0;left:auto}.ch1-page .step.right .anchor-point{left:0;right:auto}.ch1-page .step-number{font-size:28px;font-weight:700;color:#8a7056;line-height:1.2;margin-top:4px}.ch1-page .step-title{font-size:20px;font-weight:700;color:#3e2c1a;line-height:1.3}.ch1-page .step-desc{font-size:14px;color:#5f4d3a;line-height:1.7}.ch1-page .footer-wrapper{display:grid;grid-template-columns:1fr 2fr 2fr 2fr 1fr;row-gap:0;margin-top:50px;padding-top:0}.ch1-page .section-divider,.ch1-page .footer-divider{grid-column:2 / 5;margin:0 0 20px;height:0;border:none;border-top:2px solid #583C14;transform:scaleY(.5);transform-origin:top;overflow:visible}.ch1-page .footer-left,.ch1-page .footer-right{grid-column:2 / 5;background:transparent;padding:0 0 20px;display:flex;flex-direction:column;gap:16px;width:100%}.ch1-page .section-title{font-size:22px;font-weight:700;color:#5b3b11;padding-bottom:4px;width:100%;display:flex;align-items:center;gap:10px}.ch1-page .footer-content-row{display:flex;gap:30px;align-items:center;justify-content:flex-start;width:100%}.ch1-page .footer-left .map-img{flex:0 0 auto;height:420px;width:auto;border-radius:12px;overflow:hidden;background-color:#e6d9b7;border:none;display:flex;align-items:center;justify-content:center}.ch1-page .footer-left .map-img img{height:100%;width:auto;display:block;object-fit:contain}.ch1-page .footer-left .map-text{display:flex;flex-direction:column;justify-content:center}.ch1-page .footer-left .map-text h3{font-size:20px;font-weight:700;color:#3e2c1a;margin-bottom:6px}.ch1-page .footer-left .map-text p{font-size:14px;color:#5f4d3a;line-height:1.8}.ch1-page .footer-right .meaning-text{flex:0 0 auto}.ch1-page .footer-right .meaning-image{flex:1 1 auto;overflow:hidden;border-radius:8px;background-color:#e6d9b7;display:flex;align-items:center;justify-content:center;border:none}.ch1-page .footer-right .meaning-image img{width:100%;height:auto;display:block}.ch1-page .footer-right .meaning-text h3{font-size:20px;font-weight:700;color:#3e2c1a;margin-bottom:8px;display:flex;align-items:center;gap:8px}.ch1-page .footer-right .meaning-text p{font-size:14px;color:#5f4d3a;line-height:1.8;margin-bottom:4px}.ch1-page .footer-right .meaning-text .highlight{color:#b84a2c;font-weight:600}@media (max-width: 880px){.ch1-page .step.right{transform:translateY(60px)}.ch1-page .big-heading{font-size:28px}.ch1-page .timeline-header,.ch1-page .section-title{font-size:20px}.ch1-page .footer-left .map-img{height:380px}.ch1-page .footer-content-row{gap:20px}.ch1-page .jump-buttons a{font-size:14px;padding:8px 18px}.ch1-page .title-icon{width:48px;height:48px}}@media (max-width: 600px){.ch1-page{padding:0 10px 30px}.ch1-page .hero{border-radius:0}.ch1-page .jump-buttons a{font-size:13px;padding:8px 16px}.ch1-page .big-heading{font-size:22px}.ch1-page .intro-heading{font-size:16px}.ch1-page .intro-body{font-size:14px}.ch1-page .timeline-header,.ch1-page .section-title{font-size:18px}.ch1-page .timeline,.ch1-page .footer-wrapper{grid-template-columns:1fr;row-gap:20px}.ch1-page .intro-area{grid-template-columns:1fr;row-gap:15px}.ch1-page .intro-text-block,.ch1-page .jump-buttons,.ch1-page .intro-footer-divider,.ch1-page .section-divider,.ch1-page .footer-divider,.ch1-page .timeline-header,.ch1-page .step.left,.ch1-page .step.right,.ch1-page .footer-left,.ch1-page .footer-right{grid-column:1;width:90%;margin:0 auto}.ch1-page .step.right{transform:translateY(0)}.ch1-page #curveCanvas{display:none}.ch1-page .footer-content-row{flex-direction:column;align-items:center;text-align:center}.ch1-page .footer-left .map-img{height:280px;width:auto;max-width:100%}.ch1-page .footer-right .meaning-image{width:100%;flex:none}.ch1-page .footer-right .meaning-image img{width:100%;height:auto}.ch1-page .title-icon{width:44px;height:44px}}.ch2-page{--bg: #e6d8b6;--text-dark: #3e2c1a;--text-brown: #5b3b11;--text-body: #5f4d3a;--accent: #5b3b11;--card-bg: #e6d9b7;--curve-color: #3e2c1a;--column-gap: 70px;--offset-large: 65px;--circle-size: 175px;--vertical-width: 219px;--square-size: 200px;--vertical-radius: 18px;--square-radius: 20px;--step-gap: 110px;--text-small: 13px;--text-normal: 14px;--text-block-width: 260px;--text-side-width: 200px;max-width:1200px;width:100%;background-color:#e6d8b6;padding:0 20px 40px;position:relative}.ch2-page .hero{position:relative;width:100%;height:420px;border-radius:0 0 16px 16px;overflow:hidden;margin-bottom:30px;background-color:#d4c8b6;background-image:url(../chapter2/images/hero-clan-family.png);background-size:cover;background-position:center 30%}.ch2-page .hero-overlay{position:absolute;bottom:0;left:0;width:100%;height:18%;background:linear-gradient(to bottom,#e6d8b600,#e6d8b6 88%,#e6d8b6);pointer-events:none;z-index:1}.ch2-page .title-icon{width:56px;height:56px;flex-shrink:0;display:inline-block;vertical-align:middle;object-fit:contain}.ch2-page .intro-area{display:grid;grid-template-columns:1fr 2fr 2fr 2fr 1fr;row-gap:20px;padding:10px 0 30px;margin-bottom:-57px}.ch2-page .intro-text-block{grid-column:2 / 5;max-width:900px;margin:0 auto 20px;text-align:center}.ch2-page .big-heading{font-size:36px;font-weight:700;color:#5b3b11;text-align:center;line-height:1.3}.ch2-page .intro-heading{color:#5b3b11;font-size:18px;font-weight:500;line-height:1.6;margin-top:6px}.ch2-page .intro-body{color:#000;text-align:left;font-size:16px;line-height:1.8;margin-top:15px;max-width:800px;margin-left:auto;margin-right:auto}.ch2-page .life-journey-title{grid-column:2 / 5;font-size:22px;font-weight:700;color:#5b3b11;margin:10px 0 0;display:flex;align-items:center;gap:10px}.ch2-page .jump-buttons{grid-column:2 / 5;display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.ch2-page .jump-buttons a{text-decoration:none;font-size:15px;font-weight:600;color:#fff;background-color:#5b3b11;padding:10px 24px;border-radius:6px;transition:background-color .2s,transform .1s;box-shadow:0 2px 6px #0000001a}.ch2-page .jump-buttons a:hover{background-color:#4a2e0e;transform:translateY(-2px)}.ch2-page .intro-footer-divider{grid-column:2 / 5;margin:10px 0 0;height:0;border:none;border-top:2px solid #583C14;transform:scaleY(.5);transform-origin:top;overflow:visible}.ch2-page .timeline{display:flex;justify-content:center;gap:var(--column-gap);position:relative;padding:30px 10px 60px}.ch2-page .timeline:before{content:"";position:absolute;top:-60px;bottom:-55px;left:0;right:0;z-index:0;pointer-events:none;background-image:linear-gradient(270deg,#ffffff4d,#fff0),linear-gradient(270deg,#8d8d8d00,#2727271a);background-size:50% 100%,50% 100%;background-position:left top,right top;background-repeat:no-repeat}.ch2-page #curveCanvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.ch2-page .column{display:flex;flex-direction:column;width:38%;gap:var(--step-gap);align-items:center;position:relative;z-index:1}.ch2-page .step{position:relative;display:flex}.ch2-page .step-image-container{position:relative;flex-shrink:0;overflow:hidden;border:none;box-shadow:0 4px 14px #0000001a;background-color:#e6d9b7;transition:box-shadow .3s,border-color .3s}.ch2-page .step-image-container:hover{box-shadow:0 6px 22px #00000029}.ch2-page .step-image-container .step-image{width:100%;height:auto;display:block}.ch2-page .step-text{display:flex;flex-direction:column;gap:6px}.ch2-page .step-title{font-size:16px;font-weight:700;color:#3e2c1a;line-height:1.3}.ch2-page .step-desc{font-size:var(--text-normal);color:#5f4d3a;line-height:1.6}.ch2-page .audio-icon-wrapper{position:absolute;bottom:6px;right:6px;width:24px;height:24px;cursor:pointer;z-index:10;transition:transform .2s ease,opacity .2s ease;opacity:.92;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));border-radius:50%;background:#00000040;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center}.ch2-page .audio-icon-wrapper:hover{transform:scale(1.12);opacity:1}.ch2-page .audio-icon-wrapper:active{transform:scale(.88)}.ch2-page .audio-icon-wrapper svg{width:20px;height:20px;display:block;border-radius:50%;flex-shrink:0}.ch2-page .step--circle-center{justify-content:center;width:100%}.ch2-page .step--circle-center .step-image-container{width:var(--circle-size);height:var(--circle-size);border-radius:50%}.ch2-page .step--circle-center .step-image-container .step-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.ch2-page .step--circle-center .step-text{display:none}.ch2-page .step--vertical-center-text-below-left{flex-direction:column;align-items:center;width:100%}.ch2-page .step--vertical-center-text-below-left .step-image-container{width:var(--vertical-width);border-radius:var(--vertical-radius)}.ch2-page .step--vertical-center-text-below-left .step-image-container .step-image{border-radius:var(--vertical-radius)}.ch2-page .step--vertical-center-text-below-left .step-text{align-self:center;width:var(--text-block-width);text-align:left}.ch2-page .step--vertical-center-text-below-left .step-title,.ch2-page .step--vertical-center-text-below-left .step-desc{font-size:var(--text-small)}.ch2-page .step--vertical-offset-left-text-right{flex-direction:row;align-items:flex-start;margin-right:var(--offset-large);align-self:flex-start}.ch2-page .step--vertical-offset-left-text-right .step-image-container{width:var(--vertical-width);border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-left-text-right .step-image{border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-left-text-right .step-text{max-width:var(--text-side-width);text-align:left}.ch2-page .step--vertical-offset-right-text-left{flex-direction:row-reverse;align-items:center;margin-left:var(--offset-large);align-self:flex-end}.ch2-page .step--vertical-offset-right-text-left .step-image-container{width:var(--vertical-width);border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-right-text-left .step-image{border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-right-text-left .step-text{max-width:var(--text-side-width);text-align:left}.ch2-page .step--vertical-offset-left-text-below-right{flex-direction:column;align-items:flex-start;padding-left:35px;margin-right:var(--offset-large);align-self:flex-start}.ch2-page .step--vertical-offset-left-text-below-right .step-image-container{width:var(--vertical-width);border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-left-text-below-right .step-image{border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-left-text-below-right .step-text{width:var(--text-block-width);text-align:left}.ch2-page .step--vertical-offset-right-text-below-left{flex-direction:column;align-items:flex-start;margin-left:var(--offset-large);align-self:flex-end}.ch2-page .step--vertical-offset-right-text-below-left .step-image-container{width:var(--vertical-width);border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-right-text-below-left .step-image{border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-right-text-below-left .step-text{width:var(--text-block-width);text-align:left}.ch2-page .step--vertical-offset-small-right-text-below{flex-direction:column;align-items:center;margin-left:25px;align-self:flex-end}.ch2-page .step--vertical-offset-small-right-text-below .step-image-container{width:var(--vertical-width);border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-small-right-text-below .step-image{border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-small-right-text-below .step-text{text-align:left;width:var(--text-block-width)}.ch2-page .step--vertical-offset-left-text-below{flex-direction:column;align-items:flex-start;margin-right:var(--offset-large);align-self:flex-start}.ch2-page .step--vertical-offset-left-text-below .step-image-container{width:var(--vertical-width);border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-left-text-below .step-image{border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-left-text-below .step-text{width:var(--text-block-width);text-align:left}.ch2-page .step--vertical-offset-right-text-left-bottom{flex-direction:row-reverse;align-items:flex-end;margin-left:var(--offset-large);align-self:flex-end}.ch2-page .step--vertical-offset-right-text-left-bottom .step-image-container{width:var(--vertical-width);border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-right-text-left-bottom .step-image{border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-right-text-left-bottom .step-text{text-align:left;max-width:var(--text-side-width);padding-bottom:8px}.ch2-page .step--square-offset-left-text-below-left{flex-direction:column;align-items:flex-start;margin-right:var(--offset-large);align-self:flex-start}.ch2-page .step--square-offset-left-text-below-left .step-image-container{width:var(--square-size);height:var(--square-size);border-radius:var(--square-radius)}.ch2-page .step--square-offset-left-text-below-left .step-image{width:100%;height:100%;object-fit:cover;border-radius:var(--square-radius)}.ch2-page .step--square-offset-left-text-below-left .step-text{width:var(--text-block-width);text-align:left}.ch2-page .step--vertical-offset-right-text-left-middle{flex-direction:row-reverse;align-items:center;margin-left:var(--offset-large);align-self:flex-end}.ch2-page .step--vertical-offset-right-text-left-middle .step-image-container{width:var(--vertical-width);border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-right-text-left-middle .step-image{border-radius:var(--vertical-radius)}.ch2-page .step--vertical-offset-right-text-left-middle .step-text{text-align:right;max-width:var(--text-side-width);padding-bottom:20px}.ch2-page .left-column .step:nth-child(6) .step-image-container{margin-top:20px;margin-right:30px}.ch2-page .left-column .step:nth-child(2) .step-text{margin-top:12px}.ch2-page .left-column .step:nth-child(3) .step-text{margin-left:12px}.ch2-page .left-column .step:nth-child(5) .step-text{margin-top:12px;margin-left:48px}.ch2-page .left-column .step:nth-child(6) .step-text{margin-top:12px;margin-left:-48px}.ch2-page .left-column .step:nth-child(7) .step-text{margin-top:48px;margin-left:12px}.ch2-page .left-column .step:nth-child(2) .anchor-bottom-right{bottom:-10px;right:-10px}.ch2-page .right-column .step:nth-child(2) .step-text{margin-top:12px}.ch2-page .right-column .step:nth-child(3) .step-text{margin-top:12px;margin-left:-80px}.ch2-page .right-column .step:nth-child(4) .step-text{margin-top:12px}.ch2-page .right-column .step:nth-child(5) .step-text{margin-right:12px}.ch2-page .right-column .step:nth-child(6) .step-text{margin-top:12px}.ch2-page .right-column .step:nth-child(7) .step-text{margin-right:20px;margin-top:-10px}.ch2-page .anchor-point{position:absolute;width:8px;height:8px;background:transparent;pointer-events:none;z-index:5}.ch2-page .anchor-bottom{bottom:-4px;left:50%;transform:translate(-50%)}.ch2-page .anchor-top{top:-4px;left:50%;transform:translate(-50%)}.ch2-page .anchor-bottom-right{bottom:-4px;right:-4px}.ch2-page .anchor-top-right{top:-4px;right:-4px}.ch2-page .anchor-bottom-left{bottom:-4px;left:-4px}.ch2-page .anchor-top-left{top:-4px;left:-4px}.ch2-page .anchor-left-center{top:40%;left:-4px}.ch2-page .anchor-text-bottom{bottom:-10px;left:50%;transform:translate(-50%)}.ch2-page .anchor-img-center{top:45%;left:50%;transform:translate(-50%,-50%)}.ch2-page .footer-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:55px}.ch2-page .section-divider{width:100%;margin-bottom:20px;height:0;border:none;border-top:2px solid #583C14;transform:scaleY(.5);transform-origin:top;overflow:visible}.ch2-page .footer-title-area{width:100%;padding:0 0 20px}.ch2-page .section-title{font-size:22px;font-weight:700;color:#5b3b11;display:flex;align-items:center;gap:10px}.ch2-page .collage-container{width:100%;aspect-ratio:16 / 9;border-radius:12px;background-color:#e6d8b6;background-image:url(../chapter2/images/clan-courtyard.png);background-size:contain;background-repeat:no-repeat;background-position:center;margin:10px 0 30px;display:block}@media (max-width: 880px){.ch2-page{--circle-size: 138px;--vertical-width: 175px;--square-size: 175px;--offset-large: 35px;--step-gap: 80px;--column-gap: 30px;--text-block-width: 200px;--text-side-width: 160px}.ch2-page .hero{height:280px}.ch2-page .big-heading{font-size:28px}.ch2-page .step-title{font-size:15px}.ch2-page .step-desc{font-size:12px}.ch2-page .timeline:before{top:-50px;bottom:-45px}.ch2-page .audio-icon-wrapper{width:20px;height:20px;bottom:5px;right:5px}.ch2-page .audio-icon-wrapper svg{width:17px;height:17px}}@media (max-width: 600px){.ch2-page .timeline{flex-direction:column;gap:20px}.ch2-page .column{width:100%;gap:60px}.ch2-page .step{width:90%;margin:0!important;align-self:center!important}.ch2-page .anchor-point,.ch2-page #curveCanvas{display:none}.ch2-page .collage-container{aspect-ratio:4 / 3}.ch2-page .timeline:before{display:none}.ch2-page .audio-icon-wrapper{width:18px;height:18px;bottom:4px;right:4px}.ch2-page .audio-icon-wrapper svg{width:15px;height:15px}}.ch3-page{--bg: #e6d8b6;--text-dark: #3e2c1a;--text-brown: #5b3b11;--text-body: #5f4d3a;--accent: #5b3b11;--card-bg: #e6d9b7;--curve-color: #3e2c1a;--column-gap: 50px;--offset-large: 40px;--circle-size: 160px;--vertical-width: 190px;--square-size: 200px;--vertical-radius: 18px;--square-radius: 20px;--step-gap: 80px;--text-small: 13px;--text-normal: 14px;--text-block-width: 240px;--text-side-width: 180px;max-width:1200px;width:100%;background-color:#e6d8b6;padding:0 20px 40px;position:relative}.ch3-page .hero{position:relative;width:100%;height:420px;border-radius:0 0 16px 16px;overflow:hidden;margin-bottom:30px;background-color:#d4c8b6;background-image:url(../chapter3/images/hero-overseas-chinese.png);background-size:cover;background-position:center 30%}.ch3-page .hero-overlay{position:absolute;bottom:0;left:0;width:100%;height:18%;background:linear-gradient(to bottom,#e6d8b600,#e6d8b6 88%,#e6d8b6);pointer-events:none;z-index:1}.ch3-page .title-icon{width:56px;height:56px;flex-shrink:0;display:inline-block;vertical-align:middle;object-fit:contain}.ch3-page .intro-area{display:grid;grid-template-columns:1fr 2fr 2fr 2fr 1fr;row-gap:20px;padding:10px 0 30px;margin-bottom:0}.ch3-page .intro-text-block{grid-column:2 / 5;max-width:900px;margin:0 auto 20px;text-align:center}.ch3-page .big-heading{font-size:36px;font-weight:700;color:#5b3b11;text-align:center;line-height:1.3}.ch3-page .intro-heading{color:#5b3b11;font-size:18px;font-weight:500;line-height:1.6;margin-top:6px}.ch3-page .intro-body{color:#000;text-align:left;font-size:16px;line-height:1.8;margin-top:15px;max-width:800px;margin-left:auto;margin-right:auto}.ch3-page .intro-footer-divider{grid-column:2 / 5;margin:10px 0 0;height:0;border:none;border-top:2px solid #583C14;transform:scaleY(.5);transform-origin:top;overflow:visible}.ch3-page .grandpa-section-wrapper{display:flex;flex-direction:column;align-items:center;margin:30px auto 40px;max-width:900px;width:100%}.ch3-page .section-title-with-icon{font-size:22px;font-weight:700;color:#5b3b11;display:flex;align-items:center;gap:10px;width:100%;padding-bottom:4px}.ch3-page .grandpa-content-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;width:100%;margin-top:10px}.ch3-page .grandpa-text{flex:1 1 40%;min-width:250px}.ch3-page .grandpa-text .intro-body{margin:0;font-size:15px}.ch3-page .grandpa-image{flex:1 1 40%;min-width:200px;text-align:center}.ch3-page .grandpa-image img{max-width:100%;height:auto;border-radius:20px;box-shadow:0 4px 20px #00000026;background-color:#d4c8b6}.ch3-page .timeline-title-wrapper{display:flex;flex-direction:column;align-items:center;max-width:900px;width:100%;margin:0 auto 20px}.ch3-page .timeline-title-wrapper .section-title-with-icon{width:100%}.ch3-page .timeline{display:flex;justify-content:center;gap:var(--column-gap);position:relative;padding:30px 10px 60px}.ch3-page .timeline:before{content:"";position:absolute;top:0;bottom:-55px;left:0;right:0;z-index:0;pointer-events:none;background-image:linear-gradient(270deg,#ffffff4d,#fff0),linear-gradient(270deg,#8d8d8d00,#2727271a);background-size:50% 100%,50% 100%;background-position:left top,right top;background-repeat:no-repeat}.ch3-page #curveCanvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.ch3-page .column{display:flex;flex-direction:column;width:38%;gap:var(--step-gap);align-items:center;position:relative;z-index:1}.ch3-page .column-header{text-align:center;margin-bottom:10px;width:100%;color:#5b3b11}.ch3-page .column-header .header-title{font-weight:700;font-size:18px;color:#3e2c1a;line-height:1.4}.ch3-page .column-header .header-subtitle{font-weight:600;font-size:16px;color:#5b3b11;margin-top:4px;line-height:1.4}.ch3-page .step{position:relative;display:flex}.ch3-page .step-image-container{position:relative;flex-shrink:0;overflow:hidden;border:none;box-shadow:0 4px 14px #0000001a;background-color:#e6d9b7;transition:box-shadow .3s,border-color .3s}.ch3-page .step-image-container:hover{box-shadow:0 6px 22px #00000029}.ch3-page .step-image-container .step-image{width:100%;height:auto;display:block}.ch3-page .step-text{display:flex;flex-direction:column;gap:0px}.ch3-page .step-num-line{font-weight:700;font-size:16px;color:#3e2c1a;margin-bottom:2px}.ch3-page .step-title-line{font-weight:700;font-size:16px;color:#3e2c1a;line-height:1.3;margin-bottom:2px}.ch3-page .step-desc-line{font-size:var(--text-normal);color:#5f4d3a;line-height:1.6}.ch3-page .step--vertical-offset-left-text-right{flex-direction:row;align-items:flex-start;margin-right:var(--offset-large);align-self:flex-start;gap:12px}.ch3-page .step--vertical-offset-left-text-right .step-image-container{width:var(--vertical-width);border-radius:var(--vertical-radius)}.ch3-page .step--vertical-offset-left-text-right .step-image{border-radius:var(--vertical-radius)}.ch3-page .step--vertical-offset-left-text-right .step-text{max-width:var(--text-side-width);text-align:left}.ch3-page .step--vertical-offset-right-text-left{flex-direction:row-reverse;align-items:center;margin-left:var(--offset-large);align-self:flex-end;gap:12px}.ch3-page .step--vertical-offset-right-text-left .step-image-container{width:var(--vertical-width);border-radius:var(--vertical-radius)}.ch3-page .step--vertical-offset-right-text-left .step-image{border-radius:var(--vertical-radius)}.ch3-page .step--vertical-offset-right-text-left .step-text{max-width:var(--text-side-width);text-align:left}.ch3-page .anchor-point{position:absolute;width:8px;height:8px;background:transparent;pointer-events:none;z-index:5}.ch3-page .anchor-bottom{bottom:-4px;left:50%;transform:translate(-50%)}.ch3-page .anchor-top{top:-4px;left:50%;transform:translate(-50%)}.ch3-page .anchor-bottom-right{bottom:-4px;right:-4px}.ch3-page .anchor-top-right{top:-4px;right:-4px}.ch3-page .anchor-bottom-left{bottom:-4px;left:-4px}.ch3-page .anchor-top-left{top:-4px;left:-4px}.ch3-page .section-divider{height:0;border:none;border-top:2px solid #583C14;transform:scaleY(.5);transform-origin:top;overflow:visible}@media (max-width: 880px){.ch3-page{--circle-size: 130px;--vertical-width: 150px;--square-size: 150px;--offset-large: 25px;--step-gap: 50px;--column-gap: 30px;--text-block-width: 180px;--text-side-width: 140px}.ch3-page .hero{height:280px}.ch3-page .big-heading{font-size:28px}.ch3-page .step-title{font-size:15px}.ch3-page .step-desc{font-size:12px}.ch3-page .timeline:before{top:0;bottom:-45px}.ch3-page .grandpa-image img{width:80%}.ch3-page .section-title-with-icon{font-size:20px}}@media (max-width: 600px){.ch3-page .timeline{flex-direction:column;gap:20px}.ch3-page .column{width:100%;gap:30px}.ch3-page .step{width:90%;margin:0!important;align-self:center!important}.ch3-page .anchor-point,.ch3-page #curveCanvas{display:none}.ch3-page .timeline:before{display:none}.ch3-page .grandpa-content-row{flex-direction:column;text-align:center}.ch3-page .grandpa-text .intro-body{text-align:center}.ch3-page .grandpa-image img{width:60%}.ch3-page .section-title-with-icon{font-size:18px;justify-content:center}.ch3-page .timeline-title-wrapper .section-title-with-icon{justify-content:center}}.ch4-page{--bg: #e6d8b6;--text-dark: #3e2c1a;--text-brown: #5b3b11;--text-body: #5f4d3a;--accent: #5b3b11;--btn-bg: #8B7355;--btn-text: #fff;max-width:1200px;width:100%;background-color:#e6d8b6;padding:0 20px 40px;position:relative}.ch4-page .hero{position:relative;width:100%;height:420px;border-radius:0 0 16px 16px;overflow:hidden;margin-bottom:30px;background-color:#d4c8b6;background-image:url(../chapter4/images/hero-overseas-chinese.png);background-size:cover;background-position:center 30%}.ch4-page .hero-overlay{position:absolute;bottom:0;left:0;width:100%;height:18%;background:linear-gradient(to bottom,#e6d8b600,#e6d8b6 88%,#e6d8b6);pointer-events:none;z-index:1}.ch4-page .title-icon{width:56px;height:56px;flex-shrink:0;display:inline-block;vertical-align:middle;object-fit:contain}.ch4-page .intro-area{display:grid;grid-template-columns:1fr 2fr 2fr 2fr 1fr;row-gap:20px;padding:10px 0 30px;margin-bottom:0}.ch4-page .intro-text-block{grid-column:2 / 5;max-width:900px;margin:0 auto 20px;text-align:center}.ch4-page .big-heading{font-size:36px;font-weight:700;color:#5b3b11;text-align:center;line-height:1.3}.ch4-page .intro-heading{color:#5b3b11;font-size:18px;font-weight:500;line-height:1.6;margin-top:6px}.ch4-page .intro-body{color:#000;text-align:left;font-size:16px;line-height:1.8;margin-top:15px;max-width:800px;margin-left:auto;margin-right:auto}.ch4-page .intro-footer-divider{grid-column:2 / 5;margin:10px 0 0;height:0;border:none;border-top:2px solid #583C14;transform:scaleY(.5);transform-origin:top;overflow:visible}.ch4-page .section-wrapper{margin-top:30px;padding:20px 0;background:transparent;border-top:2px solid #583C14;max-width:900px;margin-left:auto;margin-right:auto}.ch4-page .section-wrapper:first-of-type{border-top:none;margin-top:0}.ch4-page .question-title{font-size:20px;font-weight:700;color:#3e2c1a;margin-bottom:20px;display:flex;align-items:center;gap:10px}.ch4-page .option-btn{display:inline-block;border:1px solid #5b3b11;border-radius:8px;padding:10px 15px;text-align:center;color:#3e2c1a;background:transparent;font-family:inherit;cursor:pointer;transition:all .2s}.ch4-page .option-btn:hover{background:#5b3b111a}.ch4-page .option-btn.selected{background:#5b3b11!important;color:#fff!important;border-color:#5b3b11!important}.ch4-page .grid-options{display:grid;gap:15px}.ch4-page .grid-options.cols-auto{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.ch4-page .grid-options.cols-3{grid-template-columns:repeat(3,1fr)}.ch4-page .vertical-options{display:flex;flex-direction:column;gap:12px}.ch4-page .vertical-options .option-btn{width:100%;text-align:center}.ch4-page .submit-btn{display:block;margin:20px auto 10px;padding:10px 40px;background:var(--btn-bg);color:var(--btn-text);border:none;border-radius:30px;font-size:16px;font-family:inherit;cursor:pointer}.ch4-page .submit-btn:hover{background:#5b4d38}.ch4-page .custom-input-box{border:1px solid #5b3b11;border-radius:4px;background:transparent;padding:8px 12px;width:300px;max-width:100%;font-family:inherit;font-size:16px;outline:none;display:block;margin-top:10px}.ch4-page .q2-layout{display:flex;gap:30px;align-items:flex-start}.ch4-page .q2-options-wrapper{flex:2;min-width:0}.ch4-page .q2-img-wrap{flex:1;min-width:150px}.ch4-page .q2-img-wrap img{width:100%;height:auto;display:block;border:1px solid #d4c8b6;border-radius:0}.ch4-page .vote-box{display:flex;flex-direction:column;position:relative}.ch4-page .vote-box .vote-percent{height:4px;background:#a89070;margin-top:8px;width:0%;border-radius:4px;transition:width .3s}.ch4-page #wordcloud-chart-q4,.ch4-page #wordcloud-chart-q5{width:100%;height:440px;margin:20px auto;background:#e6d8b6;border-radius:14px;border:1px solid #d4c8b6;display:none;clip-path:ellipse(50% 50% at 50% 50%);overflow:hidden;box-shadow:0 4px 20px #0000000a}.ch4-page .fill-sentence{text-align:center;font-size:20px;line-height:2.5;margin:20px 0;color:#3e2c1a}.ch4-page .fill-sentence input{background:transparent;border:none;border-bottom:2px dashed #5b3b11;width:180px;text-align:center;font-size:20px;font-family:inherit;color:#3e2c1a;outline:none;padding:0 5px}.ch4-page .fill-sentence input:focus{border-bottom:2px dashed #8b0000}.ch4-page .answer-list-box{max-height:250px;overflow-y:auto;background:transparent;padding:10px 0;margin-top:20px;border-radius:0}.ch4-page .single-answer{padding:8px 10px;text-align:center;font-size:15px;color:#3e2c1a;border:none}.ch4-page .answer-list-box::-webkit-scrollbar{width:6px}.ch4-page .answer-list-box::-webkit-scrollbar-track{background:#5b3b110f;border-radius:3px}.ch4-page .answer-list-box::-webkit-scrollbar-thumb{background:#583c14;border-radius:3px;transition:background .2s}.ch4-page .answer-list-box::-webkit-scrollbar-thumb:hover{background:#3e2c1a}.ch4-page .answer-list-box{scrollbar-width:thin;scrollbar-color:#583C14 rgba(91,59,17,.06)}.ch4-page .thanks-wrapper{text-align:center;padding:80px 0;margin-top:40px;max-width:900px;margin-left:auto;margin-right:auto}.ch4-page .thanks-title{font-size:64px;font-weight:700;color:#3e2c1a;letter-spacing:4px}@media (max-width: 600px){.ch4-page .q2-layout{flex-direction:column-reverse;gap:20px}.ch4-page .q2-options-wrapper,.ch4-page .q2-img-wrap{flex:none;width:100%}.ch4-page .fill-sentence{font-size:16px}.ch4-page .fill-sentence input{width:120px;font-size:16px}.ch4-page .grid-options.cols-3{grid-template-columns:1fr 1fr}.ch4-page .title-icon{width:44px;height:44px}.ch4-page .big-heading{font-size:28px}.ch4-page #wordcloud-chart-q4,.ch4-page #wordcloud-chart-q5{height:300px}.ch4-page .section-wrapper{padding:20px 10px}.ch4-page .thanks-title{font-size:40px}}@media (max-width: 880px){.ch4-page .hero{height:280px}.ch4-page .big-heading{font-size:28px}.ch4-page .section-wrapper{padding:20px 10px}}
