.ogtcsc .ag-track { display: flex; gap: 24px; overflow-x: auto; padding: 10px 4px 20px; scroll-snap-type: x mandatory; }
.ogtcsc .ag-card { flex: 0 0 calc(50% - 24px); display: flex; flex-direction: row; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.07); scroll-snap-align: start; transition: transform .18s ease, box-shadow .18s ease; }
.ogtcsc .ag-card--og-member { position: relative; border: 2px solid #c5a23a; background: linear-gradient(145deg, #fff 0%, #fffdf3 100%); box-shadow: 0 5px 20px rgba(20,72,42,.16), 0 0 0 3px rgba(197,162,58,.12); }
.ogtcsc .ag-card--og-member::after { position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg,#173f2a,#2d6a2d 55%,#d2af45); content: ""; pointer-events: none; }
.ogtcsc .ag-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,.14); }
.ogtcsc .ag-card-img { position: relative; flex: 0 0 40%; min-height: 180px; overflow: hidden; background: #eee; }
.ogtcsc .ag-card-img__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.ogtcsc .ag-member-badge { position: absolute; z-index: 2; top: 14px; left: 12px; display: inline-flex; min-height: 30px; align-items: center; gap: 5px; box-sizing: border-box; padding: 7px 11px; border: 1px solid rgba(255,222,112,.8); border-radius: 999px; color: #fff; background: #173f2a; box-shadow: 0 4px 14px rgba(0,0,0,.24); font-size: 11px; font-weight: 800; line-height: 1; letter-spacing: .04em; }
.ogtcsc .ag-member-badge span { color: #f1c94d; }
.ogtcsc .ag-card-body { display: flex; flex: 1; flex-direction: column; box-sizing: border-box; padding: 16px 18px; }
.ogtcsc .ag-card-name { display: block !important; margin: 0 0 9px !important; padding: 0 !important; border: 0 !important; color: #1a1a1a !important; font-size: 17px !important; font-weight: 700 !important; line-height: 1.3 !important; }
.ogtcsc .ag-card-quote { margin: 0 0 10px !important; padding: 0 0 0 10px; border-left: 3px solid #e0ead8; color: #3a3a3a; font-size: 12.5px !important; line-height: 1.7 !important; }
.ogtcsc .ag-card-quote strong { color: #1a3a1a; font-size: 16px !important; font-weight: 700; line-height: 1.3; }
.ogtcsc .ag-points { flex: 1; margin: 0 0 10px; padding: 0; list-style: none; }
.ogtcsc .ag-points li { position: relative; margin: 0 0 3px; padding-left: 16px; color: #444; font-size: 11.5px; line-height: 1.15; }
.ogtcsc .ag-points li::before { position: absolute; top: 0; left: 0; color: #2d6a2d; content: "✓"; font-weight: 700; }
.ogtcsc .ag-btns { display: flex; gap: 8px; margin-top: auto; }
.ogtcsc .ag-btn { position: relative; isolation: isolate; display: inline-flex; flex: 1; align-items: center; justify-content: center; gap: 4px; box-sizing: border-box; min-height: 38px; padding: 9px 4px; border-radius: 7px; background-image: none !important; box-shadow: none !important; text-decoration: none !important; font-size: 12px; font-weight: 700; line-height: 1; transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.ogtcsc .ag-btn::before,
.ogtcsc .ag-btn::after { display: none !important; content: none !important; }
.ogtcsc .ag-btn:hover,
.ogtcsc .ag-btn:focus,
.ogtcsc .ag-btn:focus-visible { background-image: none !important; text-decoration: none !important; transform: translateY(-1px); }
.ogtcsc .ag-btn--article { border: 1px solid #2d6a2d !important; background-color: #2d6a2d !important; color: #fff !important; }
.ogtcsc .ag-btn--article:hover,
.ogtcsc .ag-btn--article:focus,
.ogtcsc .ag-btn--article:focus-visible { border-color: #173f2a !important; background-color: #173f2a !important; color: #fff !important; }
.ogtcsc .ag-btn--og-card { border: 1px solid #c5a23a !important; background-color: #fffdf3 !important; color: #173f2a !important; }
.ogtcsc .ag-btn--og-card:hover,
.ogtcsc .ag-btn--og-card:focus,
.ogtcsc .ag-btn--og-card:focus-visible { border-color: #a98316 !important; background-color: #f5e8b1 !important; color: #173f2a !important; }
.ogtcsc .ag-btn--disabled,
.ogtcsc .ag-btn--disabled:hover,
.ogtcsc .ag-btn--disabled:focus { border-color: #d8c98e !important; background-color: #f7f0d7 !important; color: #6c6243 !important; cursor: not-allowed; opacity: .78; pointer-events: none; transform: none; }
.ogtcsc .ag-card-area { margin: 0 0 5px !important; color: #2d6a2d; font-size: 10.5px !important; font-weight: 700; line-height: 1.4 !important; }
@media (max-width: 600px) { .ogtcsc .ag-card { flex-basis: 88vw; } .ogtcsc .ag-card-img { flex-basis: 38%; } .ogtcsc .ag-card-name { font-size: 15px !important; } .ogtcsc .ag-btn { font-size: 11px; line-height: 1.25; white-space: nowrap; } .ogtcsc .ag-member-badge { top: 10px; left: 8px; min-height: 28px; max-width: calc(100% - 16px); padding: 6px 8px; font-size: 9px; white-space: nowrap; } }