body.modal-open{overflow:hidden}
.group-modal-layer{position:fixed;inset:0;z-index:200;display:none;align-items:flex-start;justify-content:center;background:rgba(2,6,23,.72);padding:28px 16px;overflow:auto}
.group-modal-layer.is-open{display:flex}
.group-modal{display:none;width:min(100%,980px);max-height:calc(100vh - 56px);overflow:auto;border-radius:28px;background:#fff;color:#1f2937;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.group-modal.is-active{display:block}
.group-modal-close{position:sticky;top:24px;float:right;z-index:5;width:52px;height:52px;margin:24px 24px 0 0;border:0;border-radius:999px;background:rgba(255,255,255,.24);color:#fff;font-size:28px;font-weight:700;line-height:1;cursor:pointer}
.group-modal-close:hover{background:rgba(255,255,255,.36)}
.group-modal .group-hero{background:linear-gradient(135deg,#1591e9,#77c4fb);padding:48px 50px 38px;border-radius:28px 28px 0 0;color:#fff}
.group-modal .group-hero.orange{background:linear-gradient(135deg,#f28b32,#ffd166)}
.group-modal .group-hero.dark{background:linear-gradient(135deg,#1f2937,#4f6b92)}
.group-modal .group-hero>.container{width:100%;display:block}
.group-modal .hero-tag{display:block;margin-bottom:18px;color:rgba(255,255,255,.88);font-size:13px;font-weight:800;letter-spacing:.34em;text-transform:uppercase}
.group-modal h1{margin:0 0 24px;color:#fff;font-size:clamp(32px,4vw,44px);line-height:1.25}
.group-modal .group-hero>.container>div>p{max-width:820px;color:rgba(255,255,255,.92);font-size:17px;line-height:1.9}
.group-modal .leader-card{display:flex;align-items:center;gap:20px;margin-top:30px;padding:24px;border-radius:14px;background:rgba(255,255,255,.18)}
.group-modal .leader-card img{width:86px;height:86px;border-radius:999px;background:#fff;object-fit:cover;flex:0 0 auto}
.group-modal .leader-card h3{margin:0 0 8px;color:#fff;font-size:24px}
.group-modal .leader-card p{margin:0;color:rgba(255,255,255,.92);line-height:1.75}
.group-modal .field-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.group-modal .field-grid div{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:rgba(255,255,255,.18);padding:8px 14px;color:#fff;max-width:100%}
.group-modal .field-grid strong{font-size:13px}
.group-modal .field-grid a,.group-modal .field-grid span{overflow-wrap:anywhere;color:#fff;font-weight:700}
.group-modal .group-visual{display:none}
.group-modal .section{padding:36px 50px 50px;background:#fff}
.group-modal .section>.container{width:100%}
.group-modal .detail-grid{display:block}
.group-modal .detail-card{border:0;border-radius:0;background:transparent;padding:0;margin:0 0 30px;color:#475569}
.group-modal .detail-card h2{position:relative;margin:0 0 18px;padding-left:22px;color:#1f2937;font-size:26px;line-height:1.35}
.group-modal .detail-card h2:before{content:"";position:absolute;left:0;top:.2em;width:4px;height:1.3em;background:#f59e0b}
.group-modal .detail-card:nth-child(2) h2:before{background:#1d9bf0}
.group-modal .detail-card:nth-child(3) h2:before{background:#374151}
.group-modal .detail-card p,.group-modal .detail-card li{color:#475569;font-size:18px;line-height:1.9}
.group-modal .detail-card ul{margin:0;padding-left:1.25em}
.group-modal .detail-card li+li{margin-top:8px}
.group-modal.news-modal .group-hero{background:linear-gradient(135deg,#0f766e,#38bdf8)}
.group-modal.news-modal .section{padding-top:34px}
.group-modal.news-modal .news-body{display:grid;gap:18px}
.group-modal.news-modal .news-body h2{margin:0;color:#1f2937;font-size:26px;line-height:1.35}
.group-modal.news-modal .news-body p{margin:0;color:#475569;font-size:18px;line-height:1.95}
.group-modal.news-modal .news-body .citation{border-left:4px solid #38bdf8;background:#eff6ff;padding:14px 18px;color:#334155;font-size:16px}
.group-modal.news-modal .news-figure{margin:0;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;padding:14px}
.group-modal.news-modal .news-figure img{width:100%;height:auto;border-radius:10px;object-fit:contain}
.news-read-more{margin-top:18px}
@media(max-width:720px){.group-modal-layer{padding:12px}.group-modal{border-radius:22px;max-height:calc(100vh - 24px)}.group-modal-close{top:16px;width:46px;height:46px;margin:16px 16px 0 0}.group-modal .group-hero{padding:40px 24px 30px;border-radius:22px 22px 0 0}.group-modal .leader-card{align-items:flex-start;flex-direction:column}.group-modal .section{padding:30px 24px 38px}.group-modal .field-grid{display:grid}.group-modal .field-grid div{border-radius:14px;align-items:flex-start;flex-direction:column}.group-modal .detail-card p,.group-modal .detail-card li{font-size:16px}}
