.jtc-invest-main{max-width:1400px;margin:0 auto;padding:24px 40px 72px}.jtc-invest-num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.jtc-invest-masthead{border:1px solid rgba(10,10,10,.12);border-radius:14px;background:var(--jtc-surface);overflow:hidden}.jtc-invest-masthead-top{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:22px 24px 18px}.jtc-invest-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--jtc-red);margin-bottom:8px}.jtc-invest-live-dot{width:6px;height:6px;border-radius:50%;background:var(--jtc-red);box-shadow:0 0 0 3px rgba(224,34,30,.16)}.jtc-invest-masthead h1{margin:0 0 6px;font-size:27px;font-weight:800;letter-spacing:-.02em;line-height:1.15}.jtc-invest-masthead-sub{margin:0;font-size:13px;line-height:1.55;color:var(--jtc-text-soft);max-width:540px;white-space:pre-line}.jtc-invest-kpi-rail{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;border-top:1px solid var(--jtc-border);background:linear-gradient(180deg,#fafafa,#fff)}.jtc-invest-kpi{padding:14px 24px 16px;border-right:1px solid var(--jtc-border)}.jtc-invest-kpi:last-child{border-right:none}.jtc-invest-kpi-label{margin:0 0 4px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--jtc-muted)}.jtc-invest-kpi-value{margin:0;font-size:21px;font-weight:800;letter-spacing:-.02em;line-height:1.1}.jtc-invest-kpi-value span{font-size:12px;font-weight:600;color:var(--jtc-muted);margin-left:4px;letter-spacing:0}.jtc-invest-filterbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:18px 0 4px;position:-webkit-sticky;position:sticky;top:68px;z-index:20;background:var(--jtc-page);padding:10px 0}.jtc-invest-search-input{flex:1 1;min-width:240px;display:flex;align-items:center;gap:9px;background:var(--jtc-surface);border:1px solid rgba(10,10,10,.12);border-radius:10px;padding:10px 14px;transition:border-color .15s ease,box-shadow .15s ease}.jtc-invest-search-input:focus-within{border-color:var(--jtc-red);box-shadow:0 0 0 3px rgba(224,34,30,.1)}.jtc-invest-filter-select svg,.jtc-invest-search-input svg{flex-shrink:0;color:var(--jtc-muted)}.jtc-invest-search-input input{border:none;outline:none;background:transparent;font-size:13px;font-family:inherit;color:var(--jtc-text);width:100%}.jtc-invest-filter-select{display:flex;align-items:center;gap:9px;background:var(--jtc-surface);border:1px solid rgba(10,10,10,.12);border-radius:10px;padding:10px 14px;min-width:210px}.jtc-invest-filter-select select{border:none;outline:none;background:transparent;font-size:13px;font-family:inherit;font-weight:500;color:var(--jtc-text);width:100%;cursor:pointer}.jtc-invest-result-count{font-size:12px;font-weight:600;color:var(--jtc-muted);white-space:nowrap;padding-left:2px}.jtc-invest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));grid-gap:18px;gap:18px;margin-top:14px}.jtc-invest-card{background:var(--jtc-surface);border:1px solid rgba(10,10,10,.12);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.jtc-invest-card:hover{border-color:rgba(10,10,10,.28);box-shadow:0 12px 28px rgba(10,10,10,.09);transform:translateY(-2px)}.jtc-invest-card-media{position:relative;aspect-ratio:16/9;background:#f0f0f2;border-bottom:1px solid var(--jtc-border)}.jtc-invest-media,.jtc-invest-swiper{height:100%;width:100%}.jtc-invest-media-empty{background:repeating-linear-gradient(45deg,#f2f2f4,#f2f2f4 10px,#ededf0 0,#ededf0 20px)}.jtc-invest-media-img{object-fit:cover}.jtc-invest-video-wrap{position:relative;height:100%;width:100%}.jtc-invest-video-wrap video{object-fit:cover;cursor:pointer;height:100%;width:100%}.jtc-invest-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.45);border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;padding:3px}.jtc-invest-status-pill{position:absolute;top:10px;left:10px;z-index:3;display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:5px 9px;border-radius:5px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.jtc-invest-status-open{background:rgba(10,10,10,.72);color:#fff}.jtc-invest-status-closed{background:rgba(255,255,255,.92);color:var(--jtc-text-soft)}.jtc-invest-card-body{padding:16px 16px 0;flex:1 1}.jtc-invest-card-title{margin:0 0 5px;font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--jtc-text);line-height:1.3}.jtc-invest-card-desc{margin:0 0 14px;font-size:12.5px;line-height:1.55;color:var(--jtc-text-soft)}.jtc-invest-metrics{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--jtc-border);border-radius:9px;overflow:hidden;margin-bottom:12px}.jtc-invest-metric{padding:9px 11px;border-right:1px solid var(--jtc-border);border-bottom:1px solid var(--jtc-border)}.jtc-invest-metric:nth-child(2n){border-right:none}.jtc-invest-metric:nth-last-child(-n+2){border-bottom:none}.jtc-invest-metric-label{margin:0 0 2px;font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--jtc-muted)}.jtc-invest-metric-value{margin:0;font-size:14px;font-weight:700;letter-spacing:-.01em;color:var(--jtc-text)}.jtc-invest-card-location{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--jtc-muted);padding:11px 0;border-top:1px solid var(--jtc-border)}.jtc-invest-card-footer{padding:0 16px 16px}.jtc-invest-btn-disabled,.jtc-invest-card-cta{width:100%;justify-content:center;border-radius:9px}.jtc-invest-btn-disabled{background:#f4f4f6;color:var(--jtc-muted);border:1px solid var(--jtc-border);cursor:not-allowed}.jtc-invest-empty{margin-top:18px;padding:64px 20px;text-align:center;color:var(--jtc-text-soft);background:var(--jtc-surface);border-radius:14px;border:1px dashed rgba(10,10,10,.18)}.jtc-invest-showmore{display:flex;justify-content:center;margin-top:24px}.jtc-invest-swiper .swiper-pagination-bullet{background:#fff;opacity:.55;width:5px;height:5px}.jtc-invest-swiper .swiper-pagination-bullet-active{opacity:1;background:var(--jtc-red);width:14px;border-radius:3px}@media (max-width:860px){.jtc-invest-kpi-rail{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:1fr 1fr}.jtc-invest-kpi{border-bottom:1px solid var(--jtc-border)}.jtc-invest-kpi:nth-child(2n){border-right:none}}@media (max-width:1024px){.jtc-invest-main{padding:22px 24px 56px}}@media (max-width:720px){.jtc-invest-main{padding:18px 16px 48px}.jtc-invest-masthead h1{font-size:22px}.jtc-invest-filterbar{position:static}.jtc-invest-grid{grid-template-columns:1fr}}