:root{--paper:#f5f0eb;--paper-2:#eee7de;--ink:#2d3748;--muted:#5b6677;--line:#d9d2c8;--navy:#2d3748;--red:#c8502a;--red-soft:#f8e8e0;--green:#14807a;--green-soft:#e0f0ec;--yellow:#ffc675}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Noto Sans TC,Microsoft JhengHei,sans-serif;font-size:17px;line-height:1.7}a{color:inherit;text-decoration:none}button,select,input{font:inherit}button{cursor:pointer}.shell{width:min(1180px,100% - 48px);margin-inline:auto}.topline{background:var(--navy);color:#dae5e8;letter-spacing:.14em;justify-content:space-between;gap:20px;padding:7px max(24px,50% - 590px);font-size:13px;display:flex}.status-dot{background:#83c4a8;border-radius:50%;width:7px;height:7px;margin-left:5px;display:inline-block}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:28px;height:88px;display:flex}.brand{align-items:center;gap:12px;min-width:190px;display:inline-flex}.brand-mark{background:var(--red);color:#fff;place-items:center;width:36px;height:36px;font-size:26px;font-weight:700;line-height:1;display:grid}.brand strong{letter-spacing:.08em;font-size:21px;line-height:1.15;display:block}.brand small{color:var(--muted);letter-spacing:.18em;margin-top:4px;font-size:10px;line-height:1.2;display:block}nav{color:#46545b;gap:32px;font-size:15px;display:flex}nav a:hover,.text-link:hover{color:var(--red)}.header-cta{border:1px solid var(--navy);color:var(--navy);border-radius:6px;padding:12px 17px;font-size:14px;font-weight:700}.menu-toggle{border:1px solid var(--navy);color:var(--navy);background:#fff;border-radius:6px;min-height:44px;padding:10px 14px;font-size:15px;font-weight:800;display:none}.header-cta span{color:var(--red);margin-left:8px}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:74px;padding:88px 0 100px;display:grid}.eyebrow{color:var(--red);letter-spacing:.18em;margin:0 0 18px;font-size:13px;font-weight:800}.eyebrow-line{vertical-align:middle;background:currentColor;width:28px;height:1px;margin-right:11px;display:inline-block}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.045em;margin-bottom:27px;font-size:clamp(46px,6vw,78px);line-height:1.12}h1 em,h2 span{color:var(--red);font-style:normal}.hero-lede{color:#58656a;max-width:530px;margin-bottom:33px;font-size:20px;line-height:1.85}.hero-actions{align-items:center;gap:28px;display:flex}.button{border:1px solid #0000;border-radius:6px;align-items:center;gap:22px;min-height:48px;padding:13px 18px;font-size:15px;font-weight:800;display:inline-flex}.button.primary{background:var(--red);color:#fff}.button.primary:hover{background:#9f3026}.button.outline{border-color:var(--navy);color:var(--navy);margin-top:16px}.text-link{color:var(--navy);padding-block:11px;font-size:15px;font-weight:700;display:inline-block}.text-link span{color:var(--red);margin-left:10px}.hero-panel{background:var(--navy);color:#f9f6ef;min-height:358px;padding:33px 36px 37px;position:relative;overflow:hidden}.hero-panel:after{content:"";border:1px solid #ffffff21;border-radius:50%;width:270px;height:270px;position:absolute;bottom:-125px;right:-105px;box-shadow:0 0 0 28px #ffffff08,0 0 0 56px #ffffff06}.panel-kicker,.board-head{color:#b7cbd1;letter-spacing:.1em;justify-content:space-between;gap:20px;font-size:12px;display:flex}.panel-rule{border-top:1px solid #ffffff38;margin:21px 0 17px}.hero-number{color:var(--yellow);letter-spacing:-.07em;font-size:92px;font-weight:800;line-height:.95}.hero-panel h2{margin:10px 0 5px;font-size:28px}.hero-panel p{color:#c4d1d3;max-width:310px;font-size:15px;line-height:1.7}.mini-stat-row{gap:38px;margin-top:28px;display:flex}.mini-stat-row div{gap:3px;display:grid}.mini-stat-row b{color:#fff;font-size:25px;line-height:1}.mini-stat-row span{color:#aec2c8;font-size:12px}.market-strip{background:var(--paper-2);border-block:1px solid var(--line)}.market-inner{grid-template-columns:1.2fr 1.2fr 1fr auto;align-items:center;gap:34px;min-height:82px;display:grid}.market-inner>div:not(.market-source){grid-template-columns:auto auto auto;align-items:baseline;gap:12px;display:grid}.label{color:var(--muted);letter-spacing:.1em;font-size:12px;font-weight:800}.market-inner strong{letter-spacing:-.02em;font-size:22px}.up{color:var(--red)}.down{color:var(--green)}.muted{color:var(--muted);font-size:13px}.market-source{color:var(--muted);border-left:1px solid #c5c7c0;padding-left:26px;font-size:13px}.section-block{padding:105px 0}.section-heading{justify-content:space-between;align-items:end;gap:50px;margin-bottom:40px;display:flex}.section-heading h2,.duel-section h2,.chip-section h2{letter-spacing:-.04em;margin-bottom:0;font-size:42px;line-height:1.25}.section-heading>p{color:var(--muted);max-width:355px;margin-bottom:5px;font-size:15px}.strategy-grid{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.strategy-card{border:1px solid var(--line);background:#fbfaf7;flex-direction:column;min-height:282px;padding:23px 22px 20px;transition:transform .2s,box-shadow .2s;display:flex}.strategy-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px #18283114}.strategy-card.red{border-top:4px solid var(--red)}.strategy-card.green{border-top:4px solid var(--green)}.card-top{justify-content:space-between;align-items:center;display:flex}.card-index{color:var(--muted);letter-spacing:.12em;font-size:13px}.role-badge{letter-spacing:.1em;padding:3px 8px;font-size:12px;font-weight:800;display:inline-block}.role-badge.attack{background:var(--red-soft);color:var(--red)}.role-badge.defense{background:var(--green-soft);color:var(--green)}.strategy-card h3{letter-spacing:-.03em;margin:24px 0 2px;font-size:24px;line-height:1.25}.english{color:var(--muted);margin-bottom:16px;font-family:Georgia,serif;font-size:13px}.summary{color:#566269;margin-bottom:19px;font-size:14px;line-height:1.7}.card-foot{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:12px;display:flex}.card-foot>span{color:var(--muted);font-size:12px;line-height:1.4}.card-foot button{color:var(--navy);white-space:nowrap;background:#fff;border:1px solid #c6cbc8;border-radius:6px;min-height:44px;padding:11px 13px;font-size:14px;font-weight:800}.card-foot button:hover{border-color:var(--red);color:var(--red)}.card-foot button span{color:var(--red);margin-left:4px}.payoff-library{padding-top:0}.payoff-library-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.payoff-card{border:1px solid var(--line);background:#fbfaf7;padding:22px 22px 16px}.payoff-card.red{border-top:4px solid var(--red)}.payoff-card.green{border-top:4px solid var(--green)}.payoff-card-head{justify-content:space-between;align-items:start;gap:16px;display:flex}.payoff-card-head h3{margin:7px 0 0;font-size:23px;line-height:1.25}.payoff-card-head .card-index{letter-spacing:.08em;font-size:12px}.payoff-visual{background:#fcfcfa;border:1px solid #d4d5cf;height:250px;margin:16px 0 8px;overflow:hidden}.payoff-visual.compact{background:#fcfcfa;border:1px solid #d4d5cf;height:270px;margin:0}.payoff-chart-svg{width:100%;height:100%;font-family:Arial,Noto Sans TC,Microsoft JhengHei,sans-serif;display:block}.payoff-zero-line{stroke:#718087;stroke-width:1.5px}.payoff-strike-line{stroke:#d6dad7;stroke-width:1px;stroke-dasharray:3 4}.payoff-breakeven-line{stroke:#009fd4;stroke-width:1.8px;stroke-dasharray:5 5}.payoff-profit-area{fill:var(--red);fill-opacity:.25}.payoff-loss-area{fill:var(--green);fill-opacity:.24}.payoff-curve{fill:none;stroke:#009fd4;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.payoff-forecast-line{stroke:#c8502a;stroke-width:2px;stroke-dasharray:6 4}.payoff-forecast-dot{fill:#c8502a;stroke:#fff;stroke-width:2px}.payoff-forecast-label,.payoff-breakeven-label{fill:#009fd4;font-size:13px;font-weight:700}.payoff-zero-label,.payoff-strike-caption,.payoff-direction-label{fill:#637077;font-size:13px}.payoff-strike-value{fill:var(--navy);font-size:14px;font-weight:800}.payoff-direction-label.emphasis{fill:var(--navy);font-size:13px;font-weight:800}.payoff-value-label{font-size:14px;font-weight:800}.payoff-value-label.profit{fill:var(--red)}.payoff-value-label.loss{fill:var(--green)}.payoff-card-foot{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;padding-top:10px;font-size:12px;display:flex}.payoff-note{color:var(--muted);margin:18px 0 0;font-size:13px}.duel-section{background:var(--navy);color:#fff;padding:94px 0}.duel-grid{grid-template-columns:.75fr 1.25fr;align-items:center;gap:70px;display:grid}.eyebrow.light{color:var(--yellow)}.duel-section h2{color:#fff;margin-bottom:21px}.duel-lede{color:#b9c9cc;max-width:400px;font-size:16px;line-height:1.9}.duel-cards{grid-template-columns:1fr 1fr;gap:15px;display:grid}.duel-card{min-height:280px;padding:28px 28px 27px}.attack-card{color:var(--ink);background:#f6e3df}.defense-card{color:var(--ink);background:#dfece5}.duel-card h3{margin:22px 0 8px;font-size:23px}.duel-card p{color:#566269;min-height:75px;font-size:14px;line-height:1.7}.duel-card strong{margin-top:14px;font-size:14px;display:block}.duel-card small{color:#6d797c;font-size:13px;line-height:1.4;display:block}.simulator-section{padding-bottom:114px}.simulator-layout{border:1px solid var(--line);background:#fbfaf7;grid-template-columns:.82fr 1.18fr;display:grid}.sim-controls{border-right:1px solid var(--line);padding:29px 30px 26px}.control-block{margin-bottom:24px}.control-block label{color:var(--navy);margin-bottom:10px;font-size:14px;font-weight:800;display:block}select{width:100%;color:var(--ink);background:#fff;border:1px solid #bfc5c3;border-radius:6px;min-height:48px;padding:13px 12px}.expiry-options{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.expiry-options button,.width-options button{color:var(--muted);background:#fff;border:1px solid #c6cbc8;border-radius:6px;min-height:48px;padding:8px 5px}.expiry-options button.active,.width-options button.active{border-color:var(--red);background:var(--red-soft);color:var(--red)}.expiry-options b,.expiry-options small{font-size:13px;line-height:1.3;display:block}.expiry-options small{color:inherit;margin-top:3px;font-size:12px}.width-options{grid-template-columns:repeat(5,1fr);gap:6px;display:grid}.width-options button{font-size:13px}.range-row{align-items:center;gap:10px;display:flex}input[type=range]{accent-color:var(--red);width:100%;min-width:0}.step-btn{width:46px;height:44px;color:var(--navy);background:#fff;border:1px solid #c6cbc8;border-radius:6px;flex-shrink:0;padding:0;font-size:14px;font-weight:800;line-height:1}.step-btn:hover{border-color:var(--red);color:var(--red)}.range-reference{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px 9px;margin:8px 0 0;font-size:12px;line-height:1.5;display:flex}.range-reference b{font-size:13px}.range-reference button{color:var(--navy);background:#fff;border:1px solid #c6cbc8;border-radius:6px;min-height:44px;padding:11px 13px;font-size:13px;font-weight:800}.range-reference button:hover{border-color:var(--red);color:var(--red)}.range-reference label{color:var(--muted);font-size:12px}.ref-input{width:92px;color:var(--navy);border:1px solid #bfc5c3;border-radius:6px;padding:8px 10px;font-weight:800}output{min-width:72px;color:var(--navy);font-size:17px;font-weight:800}.scenario-note{background:var(--paper-2);color:var(--muted);align-items:center;gap:8px;padding:10px 12px;font-size:13px;display:flex}.signal{border-radius:50%;width:9px;height:9px;display:inline-block}.signal.red{background:var(--red)}.signal.green{background:var(--green)}.sim-result{color:var(--ink);background:#fbfaf7;padding:29px 31px 24px}.result-header{justify-content:space-between;align-items:start;gap:20px;display:flex}.result-header .label{color:var(--muted)}.result-header h3{color:var(--navy);margin:8px 0 0;font-size:27px}.result-tag{color:var(--muted);border:1px solid #c1c9c6;padding:4px 9px;font-size:12px}.payoff-chart{background:#f1f3f0;border:1px solid #d4d9d5;margin:24px 0 20px;padding:18px 22px 12px 43px;position:relative}.chart-y-label{writing-mode:vertical-rl;color:var(--muted);font-size:12px;position:absolute;top:17px;left:11px}.chart-area{border-bottom:1px solid #5e7e88;height:165px;position:relative}.zero-line{color:#a8c0c5;border-top:1px dashed #9ab0b4;font-size:12px;position:absolute;top:58%;left:0;right:0}.zero-line span{position:absolute;top:-12px;left:-18px}.chart-bars{justify-content:space-around;align-items:end;gap:24px;height:100%;padding:0 35px 0 8px;display:flex}.bar{opacity:.93;width:40px}.profit-bar{background:var(--red)}.loss-bar{background:#5eab90}.bar.short{opacity:.55;width:30px}.chart-x-labels{color:#bfd0d2;justify-content:space-around;gap:15px;padding-top:8px;font-size:12px;display:flex}.chart-caption{color:var(--muted);justify-content:space-between;margin-top:8px;font-size:12px;display:flex}.chart-caption strong{color:var(--navy)}.result-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.result-grid div{border-left:1px solid var(--line);padding-left:11px}.result-grid span{color:var(--muted);font-size:12px;display:block}.result-grid strong{color:var(--navy);margin-top:4px;font-size:16px;display:block}.result-footnote{color:var(--muted);margin:20px 0 0;font-size:12px}.chip-section{background:var(--paper-2);border-block:1px solid var(--line);padding:100px 0}.chip-grid{grid-template-columns:.72fr 1.28fr;align-items:center;gap:76px;display:grid}.chip-section h2{margin-bottom:21px}.chip-section>.shell>div:first-child>p:not(.eyebrow){color:var(--muted);max-width:400px;font-size:15px;line-height:1.9}.chip-board{border:1px solid var(--line);background:#fbfaf7;padding:23px 24px 18px}.board-head{color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:14px}.chip-row{grid-template-columns:repeat(3,1fr);gap:20px;padding:24px 0 22px;display:grid}.chip-row div{gap:2px;display:grid}.chip-row span{color:var(--muted);font-size:13px}.chip-row strong{color:var(--navy);font-size:28px;line-height:1.2}.chip-row small{color:var(--muted);font-size:12px}.chip-verdict{align-items:baseline;gap:14px;padding:22px 0 4px;display:flex}.chip-verdict>span{color:var(--muted);letter-spacing:.08em;font-size:13px;font-weight:800}.chip-verdict strong{letter-spacing:-.02em;font-size:32px;line-height:1.2}.chip-levels{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:10px;padding-top:16px;display:grid}.chip-level{border-radius:6px;gap:3px;padding:14px 15px 13px;display:grid}.chip-level.support{background:var(--green-soft)}.chip-level.pressure{background:var(--red-soft)}.chip-level span{color:var(--muted);font-size:12px}.chip-level b{color:var(--navy);letter-spacing:-.01em;font-size:22px}.chip-level small{color:var(--muted);font-size:12px}.board-empty{color:var(--muted);margin:0;padding:30px 0;font-size:15px;line-height:1.8}.board-note{color:var(--muted);margin:18px 0 0;font-size:12px}.chip-secondary-link{color:var(--muted);text-underline-offset:3px;margin-top:14px;padding-block:8px;font-size:13px;text-decoration:underline;display:inline-block}.roadmap{padding-bottom:115px}.roadmap-grid{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.roadmap-item{border-right:1px solid var(--line);gap:13px;margin-right:18px;padding:23px 18px 0 0;display:flex}.roadmap-item:last-child{border-right:0;margin-right:0}.roadmap-item>span{color:var(--muted);font-size:13px}.roadmap-item b{font-size:18px}.roadmap-item p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.6}.roadmap-item.active b{color:var(--red)}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{cursor:pointer;color:var(--navy);justify-content:space-between;align-items:center;gap:20px;padding:21px 4px;font-size:19px;font-weight:700;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"＋";color:var(--red);flex-shrink:0;font-size:22px}.faq-item[open] summary:after{content:"－"}.faq-item p{color:#566269;max-width:860px;margin:0 0 24px;font-size:16px;line-height:1.9}.site-footer{background:var(--ink);color:#eef1f3;padding:58px 0 22px}.footer-grid{grid-template-columns:.9fr 1.05fr 1.55fr;gap:56px;padding-bottom:46px;display:grid}.inverse .brand-mark{background:var(--yellow);color:var(--ink)}.inverse small,.site-footer p{color:#c8d0d7}.footer-grid>div>b{color:var(--yellow);letter-spacing:.12em;margin-bottom:13px;font-size:13px;display:block}.footer-grid a:not(.brand){color:#e7ecee;margin-bottom:6px;font-size:13px;display:block}.footer-grid p{max-width:340px;font-size:13px;line-height:1.8}.footer-blog-link{margin-top:14px;font-weight:700;color:var(--yellow)!important;display:inline-block!important}.footer-contact{gap:5px;display:grid;margin:0 0 22px!important}.footer-contact strong,.footer-contact span{display:block}.footer-subhead{margin-top:22px}.footer-risk ol{color:#c8d0d7;margin:0;padding-left:20px;font-size:13px;line-height:1.75}.footer-risk li+li{margin-top:5px}.footer-bottom{color:#b7c1c9;border-top:1px solid #556171;justify-content:space-between;padding-top:18px;font-size:12px;display:flex}@media (width<=900px){.hero,.duel-grid,.simulator-layout,.chip-grid{grid-template-columns:1fr;gap:38px}.hero{padding-top:58px}.hero-panel{max-width:600px}.strategy-grid,.payoff-library-grid{grid-template-columns:repeat(2,1fr)}.sim-controls{border-right:0;border-bottom:1px solid var(--line)}.market-inner{grid-template-columns:repeat(2,1fr);padding:18px 0}.market-source{border-left:0;padding-left:0}.roadmap-grid{grid-template-columns:repeat(2,1fr);gap:20px}.roadmap-item{border-right:0;margin-right:0}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-risk{grid-column:1/-1}}@media (width<=620px){body{font-size:16px}.shell{width:min(100% - 30px,1180px)}.topline{padding-inline:15px;font-size:12px}.topline span:first-child{display:none}.site-header{flex-wrap:wrap;height:auto;min-height:74px;padding-block:12px;position:relative}.site-header nav{display:none}.site-header nav.open{border:1px solid var(--line);z-index:30;background:#fbfaf7;border-top:0;flex-direction:column;gap:0;padding:6px 18px 14px;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 16px 26px #18283124}.site-header nav.open a{border-bottom:1px solid var(--line);padding:14px 4px;font-size:17px}.site-header nav.open a:last-of-type{border-bottom:0}.header-cta{display:none}.menu-toggle{align-items:center;gap:8px;display:inline-flex}.brand strong{font-size:19px}.hero{padding:50px 0 58px}.hero h1{font-size:45px}.hero-lede{font-size:17px}.hero-actions{flex-direction:column;align-items:start;gap:18px}.section-block,.chip-section{padding:68px 0}.section-heading{margin-bottom:28px;display:block}.section-heading h2,.duel-section h2,.chip-section h2{font-size:34px}.section-heading>p{margin-top:16px}.strategy-grid,.payoff-library-grid,.duel-cards{grid-template-columns:1fr}.strategy-card{min-height:250px}.payoff-visual{height:205px}.payoff-result-label b{font-size:14px}.payoff-card-foot{display:block}.payoff-card-foot span{margin-bottom:4px;display:block}.duel-section{padding:65px 0}.duel-card{min-height:auto}.market-inner{grid-template-columns:1fr 1fr;gap:18px 14px}.market-inner>div:not(.market-source){display:block}.market-inner strong{font-size:19px;display:block}.market-inner .up,.market-inner .muted{margin-right:6px;display:inline-block}.market-source{grid-column:1/-1}.simulator-layout{margin-inline:-1px}.sim-controls,.sim-result{padding:22px 18px}.expiry-options b{font-size:12px}.width-options{grid-template-columns:repeat(5,1fr)}.result-grid{grid-template-columns:repeat(2,1fr);row-gap:18px}.chip-row{gap:10px}.chip-row strong{font-size:22px}.chip-levels{grid-template-columns:1fr}.chip-verdict strong{font-size:26px}.faq-item summary{font-size:17px}.roadmap-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-bottom{display:block}.footer-bottom span{margin-bottom:4px;display:block}}
