html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden}.taitra-scope{color:#0f172a;font-family:Noto Sans TC,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.taitra-scope,.taitra-scope *{box-sizing:border-box}.taitra-scope h1,.taitra-scope h2,.taitra-scope h3,.taitra-scope p{margin:0}.taitra-scope a{color:inherit;text-decoration:none}.taitra-scope img{display:block;max-width:100%}.taitra-scope button{font:inherit}.taitra-scope [id]{scroll-margin-top:var(--header-h)}.taitra-scope{--brand:#2bb6d6;--header-h:104px;--pad-x:48px;--line:#34c759;--overlay:radial-gradient(1100px 520px at 16% 55%,rgba(0,0,0,.58),transparent 62%),linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.55));--hero-h:clamp(380px,52vh,600px);--cards-line:#e5e7eb;--cards-shadow:0 10px 30px rgba(2,6,23,.08);--cards-shadow-hover:0 16px 42px rgba(2,6,23,.12);--cards-radius:18px;--cards-topbar:linear-gradient(90deg,#2f6fe4,#4b87ff)}.taitra-scope .page{background:#fff;min-height:100vh}.taitra-scope header.site-header{background:#fff;border-bottom:1px solid rgba(15,23,42,.08);height:var(--header-h);position:sticky;top:0;z-index:50}.taitra-scope .header-inner{align-items:center;display:grid;gap:24px;grid-template-columns:auto 1fr auto;height:100%;padding:22px var(--pad-x)}.taitra-scope .brand-title *{font-size:36px!important;font-weight:900;line-height:1;white-space:nowrap}.taitra-scope .brand-title .accent{color:var(--brand)}.taitra-scope nav.main-nav{align-items:center;display:flex;gap:34px;justify-content:center;min-width:0}.taitra-scope nav.main-nav a{border-radius:10px;color:rgba(15,23,42,.7);font-size:18px;font-weight:800;padding:10px 6px;transition:color .15s ease,transform .15s ease;white-space:nowrap}.taitra-scope nav.main-nav a:hover{color:rgba(15,23,42,.95);transform:translateY(-1px)}.taitra-scope .actions{align-items:center;display:flex;gap:12px;justify-content:flex-end}.taitra-scope .line-pill{align-items:center;background:var(--line);border-radius:999px;box-shadow:0 14px 28px rgba(16,24,40,.14);color:#fff;display:inline-flex;font-size:22px;font-weight:900;gap:10px;height:54px;padding:0 18px 0 16px;user-select:none;white-space:nowrap}.taitra-scope .line-badge{display:grid;height:36px;place-items:center;width:36px}.taitra-scope .line-badge img{height:100%;object-fit:contain;width:100%}.taitra-scope .hamburger{align-items:center;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:14px;display:none;height:52px;justify-content:center;width:52px}.taitra-scope .hamburger svg{height:22px;width:22px}.taitra-scope .hamburger svg path{stroke:rgba(15,23,42,.85)}.taitra-scope header.site-header .main-nav{display:flex}.taitra-scope header.site-header .hamburger,.taitra-scope header.site-header.is-collapsed nav.main-nav{display:none}.taitra-scope header.site-header.is-collapsed .hamburger{display:inline-flex}.taitra-scope header.site-header.is-collapsed .line-text{display:none}.taitra-scope header.site-header.is-collapsed .line-pill{gap:0;height:48px;padding:0 14px}.taitra-scope header.site-header.is-collapsed .line-badge{height:32px;width:32px}.taitra-scope header.site-header.is-collapsed~.hero .dots,.taitra-scope header.site-header.is-collapsed~.hero .hero-content{left:78px}.taitra-scope .hero{background:#071023;overflow:hidden}.taitra-scope .carousel{height:var(--hero-h);position:relative}.taitra-scope .carousel:before{background:var(--overlay);content:"";inset:0;pointer-events:none;position:absolute;z-index:2}.taitra-scope .c-radio{height:1px!important;left:0!important;opacity:0!important;pointer-events:none!important;position:absolute!important;top:0!important;width:1px!important}.taitra-scope .slide,.taitra-scope .slides{inset:0;position:absolute}.taitra-scope .slide{background-position:50%;background-size:cover;opacity:0;transform:scale(1.03);transition:opacity .6s ease,transform 1.1s ease}.taitra-scope .hero-content{bottom:96px;color:#fff;left:94px;position:absolute;width:min(760px,calc(100% - 140px));z-index:3}.taitra-scope .hero-title{font-size:clamp(36px,3.6vw,64px);font-weight:900;line-height:1.15;margin-bottom:22px;text-shadow:0 16px 42px rgba(0,0,0,.4)}.taitra-scope .hero-cta{align-items:center;background:linear-gradient(90deg,#21a7ff,#7a47ff);border-radius:999px;box-shadow:0 18px 40px rgba(0,0,0,.28);color:#fff;display:inline-flex;font-weight:900;height:54px;justify-content:center;letter-spacing:.6px;padding:0 34px;text-transform:uppercase}.taitra-scope .arrow{background:rgba(0,0,0,.4);border:0;border-radius:999px;cursor:pointer;display:grid;height:48px;padding:0;place-items:center;position:absolute;top:50%;transform:translateY(-50%);user-select:none;width:48px;z-index:4}.taitra-scope .arrow svg{height:22px;width:22px}.taitra-scope .arrow svg path{stroke:hsla(0,0%,100%,.92)}.taitra-scope .arrow.prev{left:18px}.taitra-scope .arrow.next{right:18px}.taitra-scope .dots{align-items:center;bottom:34px;display:flex;gap:10px;left:94px;position:absolute;z-index:4}.taitra-scope .dot{background:hsla(0,0%,100%,.35);border:0;border-radius:999px;cursor:pointer;height:8px;padding:0;width:8px}.taitra-scope section.services{background:#fff;padding:18px 0 34px}.taitra-scope .insight-wrap{margin:0 auto;max-width:1200px;padding:0 18px}.taitra-scope .insight-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.taitra-scope .insight-card{background:#fff;border:1px solid var(--cards-line);border-radius:var(--cards-radius);box-shadow:var(--cards-shadow);display:block;min-height:120px;overflow:hidden;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.taitra-scope .insight-card:before{background:var(--cards-topbar);content:"";height:6px;left:0;position:absolute;top:0;width:100%}.taitra-scope .insight-card:hover{border-color:rgba(47,111,228,.25);box-shadow:var(--cards-shadow-hover);transform:translateY(-3px)}.taitra-scope .insight-inner{align-items:center;display:flex;gap:16px;height:100%;justify-content:space-between;padding:22px}.taitra-scope .insight-title{display:-webkit-box;font-size:18px;font-weight:800;-webkit-line-clamp:2;line-height:1.35;-webkit-box-orient:vertical;overflow:hidden}.taitra-scope .insight-icon{background:rgba(47,111,228,.06);border-radius:16px;display:grid;flex-shrink:0;height:72px;place-items:center;width:72px}.taitra-scope .insight-icon img{height:56px;object-fit:contain;width:56px}.taitra-scope .mr-wrap{background:#f5f6f8}.taitra-scope .mr-header{background:#f5f6f8;border-bottom:1px solid #e5e7eb;position:sticky;top:var(--header-h);z-index:40}.taitra-scope .mr-header.mr-header--white{backdrop-filter:none;background:#fff;border-bottom:1px solid #e5e7eb}.taitra-scope .mr-header.mr-header--white .mr-header-inner{background:#fff}.taitra-scope .mr-header-inner{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:0 auto;max-width:1280px;padding:14px 16px}.taitra-scope .mr-brand{display:flex;flex:1 1 auto;flex-direction:column;gap:4px;min-width:0}.taitra-scope .mr-page-title{align-items:baseline;color:#0f172a;display:flex;flex-wrap:wrap;font-size:34px;font-weight:1000;gap:12px;letter-spacing:.3px;line-height:1.15;margin:0}.taitra-scope .mr-page-sub{color:#475569;font-size:14px;font-weight:700;letter-spacing:.3px;white-space:nowrap}.taitra-scope .mr-home-btn{align-items:center;background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;color:#2563eb;display:inline-flex;flex:0 0 auto;font-weight:900;gap:8px;padding:10px 12px;text-decoration:none;white-space:nowrap}.taitra-scope .mr-home-btn:hover{filter:brightness(.98)}.taitra-scope .mr-home-ico{display:inline-block;height:18px;width:18px}.taitra-scope .mr-report-section{align-items:stretch;display:grid;gap:40px;grid-template-columns:1fr 320px;margin:0 auto;max-width:1280px;min-height:calc(100vh - var(--header-h));padding:28px 16px 0}.taitra-scope .mr-main{display:flex;flex-direction:column;height:100%;justify-content:center;min-width:0}.taitra-scope .mr-carousel-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.14);display:flex;flex-direction:column;height:100%;max-width:900px;overflow:hidden;padding:22px 88px;position:relative;width:100%}.taitra-scope .mr-slides{flex:1 1 auto;list-style:none;margin:0;padding:0}.taitra-scope .mr-slide{display:none}.taitra-scope .mr-slide.is-active{display:block}.taitra-scope .mr-visual{background:#d1d5db;border-radius:16px;margin-bottom:18px;overflow:hidden}.taitra-scope .mr-visual img{display:block;height:100%;object-fit:cover;width:100%}.taitra-scope .mr-text h2{color:#0f172a;font-size:2.2rem;font-weight:800;letter-spacing:.2px;margin:0 0 12px}.taitra-scope .mr-text p{color:#374151;font-size:1.1rem;line-height:1.8;margin:0;max-width:860px}.taitra-scope .mr-arrow{align-items:center;background:rgba(17,24,39,.55);border:0;border-radius:999px;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease,background .15s ease,box-shadow .15s ease;user-select:none;width:56px;z-index:2}.taitra-scope .mr-arrow:hover{background:rgba(17,24,39,.75)}.taitra-scope .mr-arrow:active{transform:translateY(-50%) scale(.98)}.taitra-scope .mr-arrow.prev{left:22px}.taitra-scope .mr-arrow.next{right:22px}.taitra-scope .mr-arrow svg{height:22px;width:22px}.taitra-scope .mr-arrow svg path{stroke:#fff}.taitra-scope .mr-dots{align-items:center;display:flex;flex:0 0 auto;gap:12px;justify-content:flex-start;padding-left:2px}.taitra-scope .mr-dot{background:rgba(17,24,39,.22);border:0;border-radius:999px;cursor:pointer;height:12px;padding:0;transition:width .14s ease,background .14s ease,transform .14s ease;width:12px}.taitra-scope .mr-dot[aria-current=true]{background:rgba(17,24,39,.78);transform:translateY(-1px);width:44px}.taitra-scope .mr-sidebar{background:#fff;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:32px 24px}.taitra-scope .mr-sidebar h3{color:#0f172a;font-size:1.2rem;margin:0 0 20px}.taitra-scope .mr-download-list{list-style:none;margin:0;padding:0}.taitra-scope .mr-download-list li{margin-bottom:14px}.taitra-scope .mr-download-list a{color:#2563eb;font-weight:600;text-decoration:none}.taitra-scope .mr-download-list a:hover{text-decoration:underline}.taitra-scope .mr-more{background:#111827;border-radius:999px;color:#fff;font-weight:700;margin-top:20px;padding:12px 0;text-align:center;text-decoration:none;transition:background .3s ease}.taitra-scope .mr-more:hover{background:#2563eb}.taitra-scope .mr-hl-head{align-items:flex-end;display:flex;gap:12px;justify-content:space-between}.taitra-scope .mr-hl-home{flex:0 0 auto}.taitra-scope .mr-highlight{margin:0 auto;max-width:1280px;padding:28px 16px 46px}.taitra-scope .mr-hl-title{color:#0f172a;font-size:clamp(26px,3.2vw,44px);font-weight:900;letter-spacing:.5px;margin:0 0 12px}.taitra-scope .mr-hl-divider{background:#e8edf4;height:1px;margin:0 0 18px}.taitra-scope .mr-hl-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 18px 46px rgba(15,23,42,.12);overflow:hidden}.taitra-scope .mr-hl-carousel{outline:none;padding:22px;position:relative}.taitra-scope .mr-hl-frame{background:#fff;border:1px solid #eef2f7;border-radius:18px;display:grid;min-height:clamp(320px,44vw,560px);overflow:hidden;place-items:center}.taitra-scope .mr-hl-slide,.taitra-scope .mr-hl-slides{display:grid;height:100%;width:100%}.taitra-scope .mr-hl-slide{grid-area:1/1;opacity:0;padding:18px;place-items:center;pointer-events:none;transform:translateY(6px) scale(.99);transition:opacity .26s ease,transform .26s ease}.taitra-scope .mr-hl-slide.is-active{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.taitra-scope .mr-hl-slide img{display:block;height:100%;object-fit:contain;width:100%}.taitra-scope .mr-hl-nav{background:hsla(220,9%,46%,.92);border:0;border-radius:999px;box-shadow:0 12px 28px rgba(15,23,42,.18);color:#fff;cursor:pointer;display:grid;height:54px;place-items:center;position:absolute;top:calc(22px + clamp(320px, 44vw, 560px)/2);transform:translateY(-50%);transition:transform .15s ease,background .15s ease;width:54px;z-index:5}.taitra-scope .mr-hl-nav:hover{background:rgba(75,85,99,.96);transform:translateY(-50%) scale(1.03)}.taitra-scope .mr-hl-nav:active{transform:translateY(-50%) scale(.98)}.taitra-scope .mr-hl-nav.prev{left:16px}.taitra-scope .mr-hl-nav.next{right:16px}.taitra-scope .mr-hl-nav svg{height:22px;width:22px}.taitra-scope .mr-hl-caption{padding:18px 10px 6px;text-align:left}.taitra-scope .mr-hl-capTitle{color:#0f172a;font-size:clamp(22px,2.1vw,34px);font-weight:900;letter-spacing:.3px;line-height:1.2;margin:0 0 10px}.taitra-scope .mr-hl-meta{color:#111827;font-size:14px;font-weight:800;margin:0 0 10px}.taitra-scope .mr-hl-desc{color:#0f172a;font-size:15px;line-height:1.9;margin:0}.taitra-scope .mr-hl-dots{display:flex;gap:10px;justify-content:center;padding:16px 0 6px}.taitra-scope .mr-hl-dot{background:#cbd5e1;border:0;border-radius:999px;cursor:pointer;height:8px;padding:0;transition:transform .15s ease,background .15s ease,width .15s ease;width:8px}.taitra-scope .mr-hl-dot.is-active,.taitra-scope .mr-hl-dot[aria-current=true]{background:#64748b;width:22px}.taitra-scope .mr-hl-dot:hover{transform:scale(1.15)}.taitra-scope .mr-hl-dot:focus-visible,.taitra-scope .mr-hl-nav:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:3px}.mr-highlight .mr-hl-card,.mr-highlight .mr-hl-carousel,.mr-highlight [data-mr-hl-scope]{height:auto!important;max-height:none!important;overflow:visible!important}.mr-highlight .mr-hl-carousel{display:grid!important;grid-template-rows:auto auto!important;row-gap:12px!important}.mr-highlight .mr-hl-frame{border-radius:16px;overflow:hidden!important}.mr-highlight .mr-hl-caption{padding:0 16px 10px!important;position:relative!important;text-align:center;z-index:2!important}.mr-highlight .mr-hl-note{color:#64748b;display:block!important;font-size:14px;line-height:1.6;margin:0!important;word-break:break-word}[data-mr-hl-scope] .mr-hl-caption{display:flex;justify-content:center;margin-top:14px;width:100%}[data-mr-hl-scope] .mr-hl-note{color:#6b7280;font-size:14px;line-height:1.6;margin:0;max-width:880px;padding:0 12px;text-align:center;white-space:normal;word-break:break-word}.taitra-scope .br-wrap{background:#e5e5e5;padding:56px 0 70px}.taitra-scope .br-inner{margin:0 auto;max-width:1280px;padding:0 16px}.taitra-scope .br-grid{align-items:stretch;display:grid;gap:44px;grid-template-columns:1fr 320px}.taitra-scope .br-card{background:#fff;border-radius:22px;box-shadow:0 18px 46px rgba(15,23,42,.12);display:flex;flex-direction:column;min-height:560px;overflow:hidden;padding:22px 92px;position:relative}.taitra-scope .br-slides{flex:1 1 auto;list-style:none;margin:0;padding:0}.taitra-scope .br-slide{display:none}.taitra-scope .br-slide.is-active{display:block}.taitra-scope .br-visual{background:#d1d5db;border-radius:18px;height:380px;overflow:hidden}.taitra-scope .br-visual img{display:block;height:100%;object-fit:cover;width:100%}.taitra-scope .br-caption{padding:18px 0 6px;text-align:center}.taitra-scope .br-caption h2{color:#0f172a;font-size:34px;font-weight:900;letter-spacing:.3px}.taitra-scope .br-nav{align-items:center;background:hsla(220,9%,46%,.92);border:0;border-radius:999px;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease,background .15s ease;user-select:none;width:56px;z-index:2}.taitra-scope .br-nav:hover{background:rgba(75,85,99,.96);transform:translateY(-50%) scale(1.03)}.taitra-scope .br-nav:active{transform:translateY(-50%) scale(.98)}.taitra-scope .br-nav.prev{left:22px}.taitra-scope .br-nav.next{right:22px}.taitra-scope .br-nav svg{height:22px;width:22px}.taitra-scope .br-nav svg path{stroke:#fff}.taitra-scope .br-dots{align-items:center;display:flex;gap:10px;justify-content:flex-start;padding:18px 0 0 4px}.taitra-scope .br-dot{background:rgba(17,24,39,.22);border:0;border-radius:999px;cursor:pointer;height:10px;padding:0;transition:width .14s ease,background .14s ease,transform .14s ease;width:10px}.taitra-scope .br-dot.is-active,.taitra-scope .br-dot[aria-current=true]{background:rgba(17,24,39,.78);transform:translateY(-1px);width:44px}.taitra-scope .br-side{background:#fff;border-radius:14px;box-shadow:0 18px 46px rgba(15,23,42,.12);display:flex;flex-direction:column;justify-content:space-between;min-height:560px;padding:34px 26px}.taitra-scope .br-side h3{color:#0f172a;font-size:18px;font-weight:900;margin:0 0 18px}.taitra-scope .br-list{list-style:none;margin:0;padding:0}.taitra-scope .br-list li{margin:0 0 14px}.taitra-scope .br-list a{color:#2563eb;font-weight:800;text-decoration:none}.taitra-scope .br-list a:hover{text-decoration:underline}.taitra-scope .br-more,.taitra-scope .br-more:link,.taitra-scope .br-more:visited{align-items:center;background:linear-gradient(135deg,#0f172a,#111827 45%,#1f2937);border:1px solid hsla(0,0%,100%,.1);border-radius:999px;box-shadow:0 14px 30px rgba(17,24,39,.25),inset 0 1px 0 hsla(0,0%,100%,.08);color:#fff!important;display:inline-flex;font-weight:900;height:56px;justify-content:center;letter-spacing:.5px;text-decoration:none!important;width:100%;-webkit-text-fill-color:#fff;transition:transform .15s ease,filter .2s ease,box-shadow .2s ease}.taitra-scope .br-more:hover{box-shadow:0 18px 36px rgba(17,24,39,.32),0 0 0 4px rgba(37,99,235,.15),inset 0 1px 0 hsla(0,0%,100%,.1);filter:brightness(1.12);transform:translateY(-1px)}.taitra-scope .br-more:active{filter:brightness(1.05);transform:translateY(0)}.taitra-scope .br-toolbar{display:flex;justify-content:flex-start;margin:2px 0 14px}.taitra-scope .br-dd{position:relative}.taitra-scope .br-dd-btn{align-items:center;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:999px;box-shadow:0 10px 24px rgba(15,23,42,.1);color:#0f172a;cursor:pointer;display:inline-flex;font-weight:900;gap:10px;padding:10px 14px;user-select:none}.taitra-scope .br-dd-label{color:rgba(15,23,42,.55);font-size:13px;font-weight:900;white-space:nowrap}.taitra-scope .br-dd-value{font-size:14px;font-weight:1000;white-space:nowrap}.taitra-scope .br-dd-ico{height:18px;opacity:.85;transition:transform .15s ease;width:18px}.taitra-scope .br-dd.is-open .br-dd-ico{transform:rotate(180deg)}.taitra-scope .br-dd-menu{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.96);border:1px solid rgba(15,23,42,.1);border-radius:16px;box-shadow:0 18px 46px rgba(15,23,42,.18);display:none;left:0;padding:8px;position:absolute;top:calc(100% + 10px);width:220px;z-index:30}.taitra-scope .br-dd.is-open .br-dd-menu{display:block}.taitra-scope .br-dd-item{background:transparent;border:0;border-radius:12px;color:#0f172a;cursor:pointer;font-weight:900;padding:10px;text-align:left;width:100%}.taitra-scope .br-dd-item:hover{background:rgba(37,99,235,.1)}.taitra-scope .br-dd-item.is-active{background:rgba(37,99,235,.14);color:#1d4ed8}.taitra-scope .br-visual.br-visual--triple{background:#fff;height:auto!important;min-height:0!important;overflow:visible!important}.taitra-scope .br-visual--triple{background:#fff;border-radius:14px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));padding:8px 4px}.taitra-scope .br-fig{align-items:center;display:flex;flex-direction:column;margin:0;overflow:hidden}.taitra-scope .br-fig,.taitra-scope .br-fig img{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:12px}.taitra-scope .br-fig img{aspect-ratio:4/3;display:block;max-height:240px;object-fit:contain;width:100%}.taitra-scope .br-cap{color:#0f172a;font-size:16px;font-weight:1000;line-height:1.35;margin-top:10px;text-align:center}.taitra-scope .br-range{color:#6b7280;font-size:13px;font-weight:800;margin:10px 0 0;text-align:left}#buyer .mr-hl-head{align-items:center;column-gap:12px;display:grid!important;grid-template-columns:1fr auto;row-gap:10px}#buyer .mr-hl-head .mr-page-title{margin:0;min-width:0;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}#buyer .mr-hl-head .mr-home-btn{justify-self:end;white-space:nowrap}#buyer .br-card,#buyer .br-slides{height:auto!important;min-height:0!important}#buyer .br-slide{display:none!important}#buyer .br-slide.is-active{gap:16px}#buyer .br-fig,#buyer .br-slide.is-active{display:flex!important;flex-direction:column!important}#buyer .br-fig{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 28px rgba(17,24,39,.08);gap:12px!important;margin:0;padding:14px 14px 12px;width:100%}#buyer .br-fig .br-cap{align-self:flex-start!important;background:#fff!important;border-radius:999px!important;box-shadow:0 10px 24px rgba(15,23,42,.14)!important;display:inline-flex!important;font-size:18px!important;font-weight:900!important;line-height:1.1!important;margin:0!important;order:0!important;padding:10px 14px!important;position:static!important;transform:none!important}#buyer .br-fig>img{border-radius:14px!important;display:block!important;height:auto!important;order:1!important;width:100%!important}#buyer .br-fig img{background:#fff;border-radius:12px;display:block;height:auto;max-height:360px;object-fit:contain;width:100%}#buyer .br-range{color:#94a3b8;font-size:13px;margin:6px 0 0}#buyer .br-dots{margin-top:12px;position:static!important}.taitra-scope .rr-wrap{background:#f5f6f8;padding:0 0 70px;--rr-bg:#f5f6f8;--rr-card:#fff;--rr-text:#0f172a;--rr-muted:#64748b;--rr-line:#e5e7eb;--rr-accent:#2563eb;--rr-A:#a8d5ba;--rr-B:#ffb366;--rr-C:#ef4444}.taitra-scope .rr-header{backdrop-filter:blur(10px);background:rgba(245,246,248,.92);border-bottom:1px solid var(--rr-line);position:sticky;top:var(--header-h);z-index:40}.taitra-scope .rr-header-inner{align-items:center;display:flex;gap:12px;justify-content:space-between;margin:0 auto;max-width:1280px;padding:14px 16px}.taitra-scope .rr-brand{display:flex;flex-direction:column;gap:4px;min-width:0}.taitra-scope .rr-title{color:var(--rr-text);font-size:34px;font-weight:1000;letter-spacing:.3px;line-height:1.15;margin:0}.taitra-scope .rr-subtitle{color:var(--rr-muted);font-size:13px;font-weight:800;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.taitra-scope .rr-main{margin:0 auto;max-width:1280px;padding:16px}.taitra-scope .rr-grid{align-items:stretch;display:grid;gap:16px;grid-template-columns:1.25fr .75fr}.taitra-scope .rr-card{background:var(--rr-card);border:1px solid var(--rr-line);border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.06);min-width:0;overflow:hidden}.taitra-scope .rr-map-head{align-items:flex-start;background:#fff;border-bottom:1px solid var(--rr-line);display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:14px 14px 10px}.taitra-scope .rr-map-head .left{display:flex;flex-direction:column;gap:8px;min-width:0}.taitra-scope .rr-map-head h2{color:var(--rr-text);font-size:16px;font-weight:1000;margin:0}.taitra-scope .rr-pills{display:flex;flex-wrap:wrap;gap:8px}.taitra-scope .rr-pill{align-items:center;background:#f8fafc;border:1px solid var(--rr-line);border-radius:999px;color:var(--rr-text);display:inline-flex;font-size:12px;font-weight:900;gap:8px;padding:7px 10px;white-space:nowrap}.taitra-scope .rr-pill .dot{border:2px solid #fff;border-radius:999px;box-shadow:0 0 0 3px rgba(0,0,0,.08);height:10px;width:10px}.taitra-scope .rr-pill.hint{margin-left:auto}.taitra-scope .rr-map-shell{background:#fff;height:clamp(360px,60vh,680px);overflow:hidden;width:100%}.taitra-scope #rr-map{height:100%;touch-action:pan-x pan-y;width:100%}.taitra-scope .rr-marker-dot{border:2px solid #fff;border-radius:999px;box-shadow:0 6px 14px rgba(0,0,0,.25);height:14px;width:14px}.taitra-scope .rr-wrap .leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.15)}.taitra-scope .rr-city-popup{min-width:280px}.taitra-scope .rr-city-popup h3{border-bottom:2px solid #e5e7eb;color:#1e293b;font-size:18px;margin:0 0 10px;padding-bottom:6px}.taitra-scope .rr-city-popup .rr-month-switch,.taitra-scope .rr-city-popup .rr-year-switch{align-items:center;background:#f8fafc;border-radius:10px;display:flex;gap:6px;justify-content:space-between;margin:10px auto;padding:6px;width:240px}.taitra-scope .rr-city-popup .rr-month-switch button,.taitra-scope .rr-city-popup .rr-year-switch button{align-items:center;appearance:none;background:#111827;border:0;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-weight:900;height:28px;justify-content:center;line-height:1;width:34px}.taitra-scope .rr-city-popup .rr-month-switch button:disabled,.taitra-scope .rr-city-popup .rr-year-switch button:disabled{cursor:not-allowed;opacity:.35}.taitra-scope .rr-city-popup .rr-month-switch .month,.taitra-scope .rr-city-popup .rr-year-switch .year{font-weight:800;min-width:84px;text-align:center}.taitra-scope .rr-city-popup table{border-collapse:collapse;font-size:14px;width:100%}.taitra-scope .rr-city-popup th{color:#64748b;padding:6px;text-align:left;vertical-align:top;width:86px}.taitra-scope .rr-city-popup td{color:#0f172a;padding:6px}.taitra-scope .rr-tag{border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:1000;margin-top:10px;padding:4px 10px}.taitra-scope .rr-panel-head{background:#fff;border-bottom:1px solid var(--rr-line);display:flex;flex-direction:column;gap:6px;padding:16px 16px 12px}.taitra-scope .rr-panel-head h2{color:var(--rr-text);font-size:20px;font-weight:1000;margin:0}.taitra-scope .rr-panel-head p{color:var(--rr-muted);font-size:13px;font-weight:800;margin:0}.taitra-scope .rr-download-list{background:#fff;display:flex;flex-direction:column;gap:12px;padding:14px}.taitra-scope .rr-dl-item{align-items:flex-start;background:#fff;border:1px solid var(--rr-line);border-radius:14px;display:flex;gap:12px;justify-content:space-between;padding:12px;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.taitra-scope .rr-dl-item:hover{border-color:#dbeafe;box-shadow:0 10px 24px rgba(15,23,42,.08);transform:translateY(-1px)}.taitra-scope .rr-dl-left{align-items:flex-start;display:flex;flex:1 1 auto;gap:12px;min-width:0}.taitra-scope .rr-badge{background:#f8fafc;border:1px solid var(--rr-line);border-radius:12px;color:#0f172a;display:grid;flex:0 0 auto;font-weight:1000;height:42px;place-items:center;width:42px}.taitra-scope .rr-dl-meta{display:flex;flex:1 1 auto;flex-direction:column;gap:6px;min-width:0}.taitra-scope .rr-dl-title{font-size:14px;font-weight:1000;line-height:1.35}.taitra-scope .rr-dl-sub,.taitra-scope .rr-dl-title{overflow-wrap:anywhere;white-space:normal;word-break:break-word}.taitra-scope .rr-dl-sub{color:var(--rr-muted);font-size:12px;font-weight:800;line-height:1.3}.taitra-scope .rr-actions{align-items:center;display:flex;flex:0 0 auto;flex-wrap:wrap;gap:8px;justify-content:flex-end}.taitra-scope .rr-btn{align-items:center;appearance:none;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:1000;gap:8px;padding:10px 12px;text-decoration:none;user-select:none;white-space:nowrap}.taitra-scope .rr-btn.primary{background:var(--rr-accent);color:#fff}.taitra-scope .rr-btn.primary:hover{filter:brightness(.95)}.taitra-scope .rr-btn.ghost{background:#f1f5f9;border:1px solid var(--rr-line);color:#0f172a}.taitra-scope .rr-btn.ghost:hover{background:#e2e8f0}.taitra-scope .rr-footer-note{background:#fff;border-top:1px solid var(--rr-line);color:var(--rr-muted);font-size:12px;font-weight:800;padding:12px 16px 16px}.rr-wrap .leaflet-container img,.rr-wrap .leaflet-container svg{max-height:none!important;max-width:none!important}#risk .rr-header{background:var(--rr-bg,#fff);position:sticky;top:0;z-index:1}#risk .rr-map-shell{border-radius:14px;overflow:hidden}#risk #rr-map,#risk #rr-map .leaflet-container,#risk .rr-map-shell{position:relative;z-index:1}#risk #rr-map .leaflet-pane{z-index:200}#risk #rr-map .leaflet-overlay-pane{z-index:300}#risk #rr-map .leaflet-marker-pane{z-index:400}#risk #rr-map .leaflet-tooltip-pane{z-index:450}#risk #rr-map .leaflet-popup-pane{z-index:500}#risk #rr-map .leaflet-control{z-index:600}#risk .rr-header{position:relative!important;top:auto!important}#risk .rr-brand,#risk .rr-header,#risk .rr-header-inner,#risk .rr-subtitle,#risk .rr-title{animation:none!important;transform:none!important;transition:none!important;will-change:auto!important}#risk .rr-title{line-height:1.15;overflow:visible;text-overflow:clip;white-space:normal}#risk.rr-wrap{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}.taitra-scope .ec-wrap{background:#fff;padding:44px 0 76px}.taitra-scope .ec-inner{margin:0 auto;max-width:1280px;padding:0 16px}.taitra-scope .ec-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.taitra-scope .ec-title{color:#0f172a;font-size:34px;font-weight:1000;letter-spacing:.3px;line-height:1.15;margin:0;min-width:0}.taitra-scope .ec-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.taitra-scope .ec-card{background:#ececec;border:1px solid rgba(15,23,42,.1);border-radius:16px;box-shadow:0 10px 26px rgba(2,6,23,.08);display:block;min-height:178px;overflow:hidden;position:relative}.taitra-scope .ec-card:before{background:linear-gradient(90deg,#2f6fe4,#4b87ff);content:"";height:6px;left:0;position:absolute;right:0;top:0}.taitra-scope .ec-card:hover{border-color:rgba(15,23,42,.1);box-shadow:0 10px 26px rgba(2,6,23,.08);transform:none}.taitra-scope .ec-card-inner{align-items:center;display:flex;gap:16px;justify-content:space-between;min-height:178px;padding:20px 22px}.taitra-scope .ec-left{align-self:start;flex:1 1 auto;min-width:0}.taitra-scope .ec-h{color:#111827;font-size:20px;font-weight:1000;letter-spacing:.2px;margin:0 0 12px}.taitra-scope .ec-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0 0 10px;padding:0}.taitra-scope .ec-list li{color:#111827;font-size:15px;font-weight:800;line-height:1.6;padding-left:18px;position:relative}.taitra-scope .ec-list li:before{background:rgba(17,24,39,.22);border-radius:2px;content:"";height:8px;left:0;position:absolute;top:.58em;width:8px}.taitra-scope .ec-list li.is-strong{font-weight:1000}.taitra-scope .ec-sublist{color:#111827;font-size:14px;font-weight:800;line-height:1.7;margin:0;padding-left:18px}.taitra-scope .ec-sublist li{margin:4px 0}.taitra-scope .ec-illu{display:grid;flex:0 0 auto;height:110px;opacity:.95;place-items:center;width:140px}.taitra-scope .ec-link,.taitra-scope .ec-titlelink{color:inherit;text-decoration:none}.taitra-scope .ec-link:hover,.taitra-scope .ec-titlelink:hover{text-decoration:underline}.taitra-scope .ec-left ul{list-style:none!important;margin:0 0 10px;padding:0}.taitra-scope .ec-left ul li::marker{content:none!important}.taitra-scope .ec-left ul li{color:#111827!important;font-size:15px;font-weight:800;line-height:1.6!important;padding-left:18px;position:relative}.taitra-scope .ec-left ul li:before{background:rgba(17,24,39,.22);border-radius:2px;content:"";height:8px;left:0;position:absolute;top:.58em;width:8px}.taitra-scope .ec-left ol{color:#111827!important;font-size:14px;font-weight:800;line-height:1.7;margin:0 0 10px;padding-left:18px}.taitra-scope .ec-left ol li{color:#111827!important;line-height:1.7!important}.taitra-scope .ec-left ol li a,.taitra-scope .ec-left ul li a{color:inherit;text-decoration:none}.taitra-scope .ec-left ol li a:hover,.taitra-scope .ec-left ul li a:hover{text-decoration:underline}#econsult.ec-wrap{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}#econsult .ec-title,#econsult .ec-titlelink{overflow:visible;text-overflow:clip;white-space:normal}#econsult .ec-head{align-items:flex-start}#econsult .ec-title{min-width:0}.taitra-scope .ti-hero{--ti-bg:#c40000;--ti-text:#fff;--ti-muted:hsla(0,0%,100%,.82);--ti-card:#fff;--ti-shadow:0 18px 36px rgba(0,0,0,.28);--ti-radius:16px;--ti-max:1180px;--ti-gap:36px;background:var(--ti-bg);color:var(--ti-text);padding:76px 20px 68px;width:100%}.taitra-scope .hs_cos_wrapper .ti-hero{background-color:var(--ti-bg)!important}.taitra-scope .ti-wrap{margin:0 auto;max-width:var(--ti-max);padding:48px 24px}.taitra-scope .ti-head{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.taitra-scope .ti-brand{margin:0 auto 22px;width:min(560px,82%)}.taitra-scope .ti-brand img{display:block;height:auto;width:100%}.taitra-scope .ti-desc{color:var(--ti-muted);font-size:14px;letter-spacing:.2px;line-height:1.9;margin:0 auto;max-width:880px;text-align:center}.taitra-scope .ti-grid{display:grid;gap:var(--ti-gap);grid-template-columns:repeat(3,1fr);margin-top:56px}.taitra-scope .ti-card{aspect-ratio:4/5;background:var(--ti-card);border-radius:var(--ti-radius);box-shadow:var(--ti-shadow);overflow:hidden}.taitra-scope .ti-card img{background:#fff;display:block;height:100%;object-fit:contain;width:100%}.taitra-scope .ti-more{display:flex;justify-content:flex-end;margin-top:28px}.taitra-scope .ti-more a{align-items:center;background:hsla(0,0%,100%,.12);border-radius:999px;color:#fff;display:inline-flex;font-size:18px;font-weight:900;gap:14px;letter-spacing:.6px;padding:10px 14px;text-decoration:none;transition:background .2s ease,transform .2s ease}.taitra-scope .ti-more a:hover{background:hsla(0,0%,100%,.18);transform:translateY(-1px)}.taitra-scope .ti-more .icon{background:hsla(0,0%,100%,.22);border-radius:50%;display:grid;height:36px;place-items:center;width:36px}.taitra-scope .ti-more svg{height:18px;width:18px}#ti .ti-more a{background:#a30000;box-shadow:none;color:#fff}#ti .ti-more a .icon{background:#fff}#ti .ti-more a .icon svg path{stroke:#a30000}#ti.ti-hero{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}.taitra-scope .suite-wrap{--suite-max:1280px;--suite-pad-y:64px;--suite-gap:18px;--suite-card-h:150px;--suite-stack-h:calc(var(--suite-card-h)*3 + var(--suite-gap)*2);--suite-card-bg:#f3f4f6;--suite-card-border:#d1d5db;--suite-text:#111827;--suite-muted:rgba(17,24,39,.74);--suite-blue:#00a6d6;--suite-teal:#009fb3;--suite-orange:#c27c2c;background:#fff;padding:var(--suite-pad-y) 0}.taitra-scope .suite-inner{align-items:center;display:grid;gap:32px;grid-template-columns:minmax(320px,1fr) minmax(360px,560px);margin:0 auto;max-width:var(--suite-max);padding:0 16px}.taitra-scope .suite-illus{align-items:center;display:flex;justify-content:center;min-width:0}.taitra-scope .suite-illus img{height:auto;max-height:var(--suite-stack-h);object-fit:contain;width:min(720px,100%)}.taitra-scope .suite-cards{display:flex;flex-direction:column;gap:var(--suite-gap);min-width:0}.taitra-scope .suite-card{background:var(--suite-card-bg);border:1px solid var(--suite-card-border);border-radius:0;box-shadow:none;min-height:var(--suite-card-h);padding:18px 18px 16px;position:relative}.taitra-scope .suite-card:before{background:var(--card-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.taitra-scope .suite-card.is-teal:before{background:var(--suite-teal)}.taitra-scope .suite-card.is-orange:before{background:var(--suite-orange)}.taitra-scope .suite-kicker{color:var(--suite-text);font-size:18px;font-weight:900;letter-spacing:.2px}.taitra-scope .suite-card.is-blue .suite-accent{color:var(--suite-blue)}.taitra-scope .suite-card.is-teal .suite-accent{color:var(--suite-teal)}.taitra-scope .suite-card.is-orange .suite-accent{color:var(--suite-orange)}.taitra-scope .suite-desc{color:var(--suite-muted);font-size:14px;font-weight:800;line-height:1.65;margin-top:8px}.taitra-scope .suite-bullet{align-items:flex-start;color:var(--suite-text);display:flex;font-size:14px;font-weight:900;gap:10px;line-height:1.55;margin-top:12px}.taitra-scope .suite-dot{background:var(--card-color);border-radius:999px;box-shadow:inset 0 0 0 4px hsla(0,0%,100%,.92);flex:0 0 auto;height:22px;margin-top:1px;width:22px}.taitra-scope .suite-card.is-teal .suite-dot{background:var(--suite-teal)}.taitra-scope .suite-card.is-orange .suite-dot{background:var(--suite-orange)}.suite-bullet-link{align-items:center;color:inherit;cursor:pointer;display:flex;gap:8px;text-decoration:none}.suite-bullet-link:hover{text-decoration:underline}.suite-bullet-link:focus-visible{outline:2px solid #2563eb;outline-offset:3px}#suite .mr-header,#suite .mr-header.mr-header--white{position:static!important;top:auto!important;z-index:auto!important}#suite .mr-header{margin-bottom:18px}#suite.suite-wrap{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}.taitra-scope .suite-bullet a{align-items:center;color:inherit;cursor:pointer;display:flex;gap:8px;text-decoration:none}.taitra-scope .suite-bullet a:hover{text-decoration:underline}.taitra-scope .suite-bullet a:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.taitra-scope .strategy-main{align-items:stretch;display:grid;gap:40px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:0 auto;max-width:1280px;padding:28px 16px 60px}.taitra-scope .strategy-visual{align-items:center;display:flex;justify-content:center;max-height:100%}.taitra-scope .strategy-visual img{max-height:100%;max-width:100%;object-fit:contain;width:auto}.taitra-scope .strategy-cards{display:flex;flex-direction:column;gap:16px}.mp-wrap{margin-bottom:0!important;padding:24px 0 28px;padding-bottom:18px!important}.mp-inner{margin:0 auto;max-width:1280px}.mp-head{border-radius:16px;padding:14px 16px}.mp-head-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.mp-title{color:#0f172a;font-size:34px;font-weight:900;letter-spacing:.2px;line-height:1.15;margin:0;min-width:0;overflow:visible;text-overflow:clip;white-space:normal}#mpulse .mp-filters{align-items:end;display:grid;gap:12px;grid-template-columns:180px 160px 1fr}#mpulse .mp-field{display:grid;gap:6px}#mpulse .mp-label{color:#64748b;font-size:12px;font-weight:700}#mpulse .mp-select{background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#0f172a;font-size:14px;height:40px;outline:none;padding:0 12px;width:100%}#mpulse .mp-select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px rgba(59,130,246,.15)}#mpulse .mp-note{align-self:center;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:12px;color:#64748b;font-size:12px;font-weight:700;justify-self:end;padding:10px 12px;text-align:right}#mpulse .mp-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 16px 42px rgba(17,24,39,.08);margin-top:14px;overflow:hidden}#mpulse .mp-iframeWrap{background:#f8fafc;height:min(72vh,780px);min-height:520px;position:relative;width:100%}#mpulse .mp-iframe{border:0;height:100%;inset:0;position:absolute;width:100%}#mpulse .mp-foot{display:flex;justify-content:center;margin-top:14px}#mpulse .mp-hsBtn{align-items:center;background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;color:#2563eb;cursor:pointer;display:inline-flex;font-weight:900;gap:10px;height:44px;justify-content:center;letter-spacing:.2px;padding:0 16px;user-select:none}#mpulse .mp-hsBtn,.mp-hsBtn:active,.mp-hsBtn:focus,.mp-hsBtn:hover{text-decoration:none}.mp-hsBtn:hover{filter:brightness(.98)}.mp-hsBtn:active{transform:translateY(1px)}.mp-head-row{align-items:flex-start}.taitra-scope .pdf-modal{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:rgba(2,6,23,.72);display:none;inset:0;padding:14px;position:fixed;z-index:9999}.taitra-scope .pdf-modal.is-open{display:block}.taitra-scope .pdf-modal__panel{background:#fff;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.35);display:flex;flex-direction:column;height:calc(100dvh - 28px);margin:0 auto;max-width:1080px;overflow:hidden}.taitra-scope .pdf-modal__topbar{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex:0 0 auto;gap:12px;justify-content:space-between;padding:12px 14px}.taitra-scope .pdf-modal__title{color:#0f172a;font-size:14px;font-weight:1000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.taitra-scope .pdf-modal__actions{display:flex;flex:0 0 auto;gap:8px}.taitra-scope .pdf-modal__btn{appearance:none;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;color:#0f172a;cursor:pointer;font-weight:900;padding:8px 10px;white-space:nowrap}.taitra-scope .pdf-modal__btn.primary{background:#2563eb;border-color:#2563eb;color:#fff}.taitra-scope .pdf-modal__body{flex:1 1 auto;min-height:0}.taitra-scope .pdf-modal__frame{border:0;display:block;height:100%;width:100%}@supports(padding:max(0px)){.taitra-scope .pdf-modal{padding:max(14px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) max(14px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left))}.taitra-scope .pdf-modal__panel{height:calc(100dvh - (max(14px, env(safe-area-inset-top)) + max(14px, env(safe-area-inset-bottom)))*1)}}:root{--footer-bg:#fff;--footer-ink:#0f172a;--footer-muted:rgba(15,23,42,.68);--footer-line:rgba(15,23,42,.14);--footer-soft:rgba(15,23,42,.06);--footer-radius:18px}.site-footer{background:var(--footer-bg);border-top:1px solid var(--footer-line);color:var(--footer-ink)}.footer-inner{margin:0 auto;max-width:1200px;padding:22px 18px 0}.footer-top{border-bottom:1px solid var(--footer-line);gap:14px;justify-content:space-between;padding-bottom:14px}.footer-sponsor,.footer-top{align-items:center;display:flex}.footer-sponsor{gap:12px;min-width:260px}.footer-kicker{color:var(--footer-muted);font-size:14px;letter-spacing:.02em;white-space:nowrap}.footer-logoLink{align-items:center;background:linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,0));border:1px solid var(--footer-line);border-radius:999px;display:inline-flex;padding:10px 12px;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.footer-logoLink:hover{border-color:rgba(15,23,42,.22);box-shadow:0 8px 24px rgba(15,23,42,.08);transform:translateY(-1px)}.footer-logo{display:block;height:34px;width:auto}.footer-logos{gap:10px}.footer-logos,.footer-nav{align-items:center;display:flex;flex-wrap:wrap}.footer-nav{gap:8px;justify-content:flex-end}.footer-link{align-items:center;border:1px solid transparent;border-radius:999px;color:var(--footer-muted);display:inline-flex;font-size:14px;padding:10px 12px;position:relative;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease}.footer-link:hover{background:var(--footer-soft);border-color:var(--footer-line);color:var(--footer-ink)}.footer-mid{padding:16px 0 18px}.footer-contact{background:hsla(0,0%,100%,.7);border:1px solid var(--footer-line);border-radius:var(--footer-radius);padding:14px 16px}.footer-title{color:var(--footer-ink);font-size:14px;letter-spacing:.04em;margin:0 0 10px}.footer-dl{display:grid;gap:8px;margin:0}.footer-row{align-items:start;color:var(--footer-muted);display:grid;font-size:14px;gap:10px;grid-template-columns:52px 1fr}.footer-row dt{color:rgba(15,23,42,.78);margin:0;white-space:nowrap}.footer-row dd{line-height:1.6;margin:0}.footer-mail{border-bottom:1px dashed rgba(15,23,42,.35);color:var(--footer-ink);text-decoration:none}.footer-mail:hover{border-bottom-color:rgba(15,23,42,.75)}.footer-bottom{background:rgba(15,23,42,.04);border-radius:14px 14px 0 0;border-top:1px solid var(--footer-line);margin-top:14px;padding:12px 0 16px}.footer-copy{color:rgba(15,23,42,.72);font-size:13px;margin:0;text-align:center}#site-footer .site-footer,#site-footer .site-footer a,#site-footer .site-footer dd,#site-footer .site-footer dt,#site-footer .site-footer h3,#site-footer .site-footer p,.site-footer a,.site-footer a:active,.site-footer a:hover,.site-footer a:visited{color:#000!important}.footer-mail{border-bottom-color:rgba(0,0,0,.45)!important}.footer-mail:hover{border-bottom-color:rgba(0,0,0,.85)!important}.ft-wrap{background:var(--footer-bg)}.ft-wrap .site-footer{background:transparent}#site-footer.ft-wrap{align-self:stretch!important;clear:both!important;flex:0 0 100%!important;grid-column:1/-1!important;justify-self:stretch!important;margin:0!important;max-width:none!important;padding:0!important;width:100%!important}#site-footer .site-footer{width:100%!important}#site-footer .footer-inner{margin-left:auto!important;margin-right:auto!important;max-width:1280px;padding-left:16px;padding-right:16px}#site-footer.ft-wrap{left:50%!important;margin-left:-50vw!important;margin-right:0!important;position:relative;right:auto!important;width:100vw!important}#intl .mr-header,#intl .mr-hl-head{position:relative!important;top:auto!important}#intl .mr-brand,#intl .mr-header,#intl .mr-header-inner,#intl .mr-hl-head,#intl .mr-hl-title,#intl .mr-page-title{animation:none!important;transform:none!important;transition:none!important;will-change:auto!important}#intl .mr-header-inner{align-items:center;display:flex;flex-wrap:wrap;gap:12px}#intl .mr-header-inner .mr-brand{flex:1 1 auto;min-width:0}#intl .mr-header-inner .mr-home-btn{flex:0 0 auto;white-space:nowrap}#intl .mr-visual{height:auto!important;overflow:visible}#intl .mr-visual img{display:block;height:auto;object-fit:contain;width:100%}#intl .mr-hl-frame{aspect-ratio:var(--intl-hl-ar,16/9);height:auto!important;overflow:visible;width:100%}#intl .mr-hl-slide{height:100%}#intl .mr-hl-slide img{display:block;height:100%;object-fit:contain;width:100%}#intl-anchor{scroll-margin-top:110px}.ibi-richtext .ibi-richtext__container{margin-inline:auto;max-width:1280px;padding-inline:16px}@media (max-width:1200px){.taitra-scope{--pad-x:24px}.taitra-scope .brand-title *{font-size:32px!important}.taitra-scope nav.main-nav a{font-size:16px}}@media (max-width:1100px){.taitra-scope{--pad-x:18px}.taitra-scope .brand-title *{font-size:28px!important}.taitra-scope nav.main-nav{gap:18px}.taitra-scope nav.main-nav a{font-size:15px;padding:8px 4px}.taitra-scope .line-pill{font-size:18px;height:48px;padding:0 14px 0 12px}.taitra-scope .line-badge{height:32px;width:32px}.taitra-scope .hero-content{bottom:72px;left:56px;width:calc(100% - 96px)}.taitra-scope .dots{bottom:26px;left:56px}.taitra-scope .mr-report-section{gap:22px;grid-template-columns:1fr;padding:18px 12px 0}.taitra-scope .mr-sidebar{order:-1}.taitra-scope .mr-carousel-card{height:auto;max-width:100%;padding:16px 64px}.taitra-scope .mr-visual{height:260px}.taitra-scope .br-grid{gap:18px;grid-template-columns:1fr}.taitra-scope .br-card{min-height:auto;overflow:visible;padding:14px}.taitra-scope .br-side{min-height:auto}.taitra-scope .br-visual--triple{gap:10px;padding:8px}.taitra-scope .rr-grid{grid-template-columns:1fr}.taitra-scope .rr-title{font-size:26px}.taitra-scope .suite-inner{align-items:stretch;gap:22px;grid-template-columns:1fr}.taitra-scope .suite-illus img{max-height:420px}}@media (max-width:992px){.taitra-scope .insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.taitra-scope .mr-page-title{font-size:26px}.taitra-scope .mr-report-section{gap:22px;grid-template-columns:1fr}.taitra-scope .mr-sidebar{order:-1}.taitra-scope .mr-carousel-card{height:auto}.taitra-scope .rr-grid{grid-template-columns:1fr}.taitra-scope .rr-title{font-size:26px}.taitra-scope .br-grid{gap:18px;grid-template-columns:1fr}.taitra-scope .br-card{border-radius:18px;min-height:auto;padding:14px}.taitra-scope .br-toolbar{margin:0 0 10px}.taitra-scope .br-dd-btn{justify-content:space-between;width:100%}.taitra-scope .br-dd-menu{width:100%}.taitra-scope .br-visual--triple{gap:10px;grid-template-columns:1fr;padding:8px}.taitra-scope .br-range{margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.taitra-scope .br-nav{height:46px;width:46px}.taitra-scope .br-nav.prev{left:10px}.taitra-scope .br-nav.next{right:10px}.taitra-scope .suite-inner{align-items:stretch;gap:22px;grid-template-columns:1fr}.taitra-scope .suite-illus img{max-height:420px}.taitra-scope .suite-card{border-radius:12px}.mp-title{font-size:22px}#mpulse .mp-filters{grid-template-columns:1fr 1fr}#mpulse .mp-note{grid-column:1/-1;justify-self:start;text-align:left}#mpulse .mp-iframeWrap{height:min(70vh,720px);min-height:460px}.mp-title{min-width:0;overflow:visible;text-overflow:clip;white-space:normal}.mp-head-row{align-items:flex-start}#econsult .ec-title,#econsult .ec-titlelink{overflow:visible;text-overflow:clip;white-space:normal}#econsult .ec-head{align-items:flex-start}#econsult .ec-title{min-width:0}}@media (min-width:981px){.mr-highlight .mr-hl-caption{padding:0 56px 12px!important}.mr-highlight .mr-hl-note{font-size:15px}#econsult .ec-title,#econsult .ec-titlelink{white-space:nowrap}.taitra-scope .br-fig img{max-height:220px}.taitra-scope .br-cap{font-size:18px}}@media (max-width:920px){.taitra-scope .ec-grid{grid-template-columns:1fr}.taitra-scope .ec-title{font-size:26px}.taitra-scope .ec-card-inner{padding:18px}.taitra-scope .ec-illu{width:120px}}@media (max-width:900px){.taitra-scope .ti-grid{gap:24px}#buyer .br-slide.is-active{gap:12px;grid-template-columns:1fr}#buyer .br-fig img{height:300px}}@media (max-width:860px){.footer-top{align-items:flex-start;flex-direction:column}.footer-nav{justify-content:flex-start;width:100%}.footer-sponsor{justify-content:space-between;width:100%}.footer-kicker{flex:0 0 auto}}@media (max-width:820px){#report{display:flex;flex-direction:column}#report .mr-main{order:1}#report .mr-sidebar{order:2}.mr-header{position:static!important;top:auto!important}}@media (max-width:768px){.taitra-scope .ti-hero{padding:56px 16px 54px}.taitra-scope .ti-desc{font-size:13px;line-height:1.85}.taitra-scope .ti-grid{gap:20px;grid-template-columns:1fr;margin-top:36px}.taitra-scope .ti-card{aspect-ratio:3/4}.taitra-scope .ti-more{justify-content:center;margin-top:20px}}@media (max-width:640px){.taitra-scope .insight-grid{grid-template-columns:1fr}.taitra-scope .mr-hl-head{align-items:flex-start}.taitra-scope .br-visual--triple{gap:8px;grid-template-columns:1fr;padding:8px}.taitra-scope .br-visual--triple img{aspect-ratio:auto;height:auto;max-height:190px}.taitra-scope .br-cap{font-size:12px;left:8px;max-width:calc(100% - 16px);top:8px}.taitra-scope .br-card{min-height:auto;overflow:visible;padding-bottom:18px;padding-left:16px;padding-right:16px}.rr-wrap .rr-map-shell{height:420px}#buyer .br-slide.is-active{gap:12px;grid-template-columns:1fr}#buyer .br-cap{font-size:16px}#buyer .br-fig img{max-height:280px}}@media (max-width:520px){.taitra-scope{--header-h:96px;--pad-x:16px}.taitra-scope .brand-title *{font-size:26px!important}.taitra-scope .hero-content{bottom:84px;left:64px;width:calc(100% - 84px)}.taitra-scope .dots{bottom:30px;left:64px}.taitra-scope .arrow.prev{left:10px}.taitra-scope .arrow.next{right:10px}.taitra-scope .mr-header-inner{align-items:flex-start}.taitra-scope .mr-page-title{font-size:22px}.taitra-scope .mr-home-btn{padding:9px 10px}.taitra-scope .mr-report-section{gap:22px;grid-template-columns:1fr;padding:18px 12px 0}.taitra-scope .mr-sidebar{order:-1}.taitra-scope .mr-carousel-card{border-radius:18px;height:auto;max-width:100%;padding:16px 72px}.taitra-scope .mr-visual{border-radius:14px;height:220px}.taitra-scope .mr-text h2{font-size:1.6rem}.taitra-scope .mr-text p{font-size:1rem}` .taitra-scope .mr-arrow{height:48px;width:48px}.taitra-scope .mr-arrow.prev{left:14px}.taitra-scope .mr-arrow.next{right:14px}.taitra-scope .mr-dot{height:10px;width:10px}.taitra-scope .mr-dot[aria-current=true]{width:38px}.taitra-scope .mr-hl-carousel{padding:18px}.taitra-scope .mr-hl-nav{height:50px;width:50px}.taitra-scope .mr-hl-nav.prev{left:12px}.taitra-scope .mr-hl-nav.next{right:12px}.taitra-scope .mr-hl-slide{padding:12px}.taitra-scope .mr-hl-caption{padding:16px 6px 4px}.taitra-scope .rr-header-inner{align-items:flex-start}.taitra-scope .rr-title{font-size:22px}.taitra-scope .rr-grid{grid-template-columns:1fr}.taitra-scope .rr-dl-item{flex-direction:column}.taitra-scope .rr-actions{justify-content:flex-start;width:100%}.taitra-scope .rr-btn{justify-content:center;width:100%}.taitra-scope .rr-badge{height:38px;width:38px}.taitra-scope .rr-dl-title{font-size:13px}.taitra-scope .ec-title{font-size:22px}.taitra-scope .ec-card-inner{align-items:flex-start;min-height:168px}.taitra-scope .ec-illu{height:96px;width:110px}.taitra-scope .ec-head{align-items:flex-start}.taitra-scope .br-dd-menu{width:200px}.taitra-scope .ti-brand img{height:56px}#intl .mr-header-inner .mr-home-btn{margin-left:auto;order:2}#intl .mr-header-inner .mr-brand{order:1;width:100%}#intl .mr-hl-frame{max-height:62vh}.taitra-scope #intl .mr-hl-title,.taitra-scope #intl .mr-page-title{font-size:22px!important;font-weight:900!important;letter-spacing:.3px!important;line-height:1.15!important}#buyer .mr-hl-head{grid-template-columns:1fr}#buyer .mr-hl-head .mr-home-btn{justify-self:end}#buyer .br-fig{border-radius:14px;padding:12px}#buyer .br-fig img{max-height:280px}#buyer .br-cap{font-size:15px}#buyer .br-nav{border-radius:999px;height:40px;opacity:.92;width:40px}#buyer .br-nav svg{height:18px;width:18px}#buyer .br-card{position:relative}#buyer .br-nav.prev{left:-10px}#buyer .br-nav.next{right:-10px}#mpulse .mp-filters{grid-template-columns:1fr}#mpulse .mp-iframeWrap{height:68vh;min-height:420px}#risk .rr-header{position:relative;top:auto}.footer-inner{padding-left:14px;padding-right:14px}.footer-sponsor{align-items:flex-start;flex-direction:column;gap:10px}.footer-logo{height:32px}.footer-row{gap:4px;grid-template-columns:1fr}.footer-row dt{opacity:.9}}@media (prefers-reduced-motion:reduce){.footer-link,.footer-logoLink{transition:none!important}.footer-logoLink:hover{transform:none}}