
.gbf-explore{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#fbf8f2;border-radius:18px;padding:20px}
.gbf-explore__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px}
.gbf-explore__h1{margin:0;font-size:28px;line-height:1.15}
.gbf-explore__sub{margin:8px 0 0;color:#4b4b4b;font-size:15px;line-height:1.5}
.gbf-explore__headerActions{display:flex;gap:10px;flex-wrap:wrap}
.gbf-explore__grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px}
@media (max-width: 980px){.gbf-explore__grid{grid-template-columns:1fr}.gbf-explore__sidebar{order:2}}
.gbf-explore__main{min-width:0}
.gbf-explore__sidebar{background:#fff;border-radius:18px;padding:16px;box-shadow:0 1px 10px rgba(0,0,0,.06)}
.gbf-sidebar__title{font-weight:600;margin-bottom:10px}
.gbf-sidebarSlide{border-radius:16px;border:1px solid rgba(0,0,0,.06);padding:12px;margin-bottom:10px;background:#fff}
.gbf-sidebarSlide__title{font-weight:600;margin:0 0 6px}
.gbf-sidebarSlide__content{color:#3f3f3f;font-size:14px;line-height:1.55}
.gbf-entry__topics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media (max-width: 680px){.gbf-entry__topics{grid-template-columns:1fr}}
.gbf-topicCard{border-radius:18px;border:1px solid rgba(0,0,0,.08);background:#fff;padding:14px;text-align:left;cursor:pointer;box-shadow:0 1px 10px rgba(0,0,0,.04);transition:transform .08s ease,box-shadow .08s ease}
.gbf-topicCard:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.gbf-topicCard__top{display:flex;gap:10px;align-items:center;margin-bottom:10px}
.gbf-topicCard__icon{width:36px;height:36px;border-radius:10px;object-fit:cover}
.gbf-topicCard__name{font-weight:700}
.gbf-topicCard__hint{color:#6b6b6b;font-size:12px;margin-top:2px}
.gbf-topicCard__desc{color:#3f3f3f;font-size:14px;line-height:1.5}
.gbf-btn{appearance:none;border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:999px;padding:9px 14px;font-weight:600;font-size:13px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px}
.gbf-btn--primary{background:#1f6f5b;color:#fff;border-color:#1f6f5b}
.gbf-btn--outline{background:#fff;border-color:#1f6f5b;color:#1f6f5b}
.gbf-btn--ghost{background:transparent;border-color:rgba(0,0,0,.10);color:#333}
.gbf-btn[disabled]{opacity:.5;cursor:not-allowed}
.gbf-flow__meta{display:flex;justify-content:space-between;gap:10px;margin:8px 0 12px;color:#4b4b4b;font-size:13px}
.gbf-flow__formWrap{background:#fff;border-radius:18px;padding:14px;box-shadow:0 1px 10px rgba(0,0,0,.04)}
.gbf-flow__nav{display:flex;justify-content:space-between;gap:10px;margin-top:12px}
.gbf-choiceCard{border-radius:16px;border:1px solid rgba(0,0,0,.10);padding:12px;background:#fff;cursor:pointer;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}
.gbf-choiceCard[data-selected="1"]{border-color:#1f6f5b;box-shadow:0 8px 24px rgba(31,111,91,.12)}
.gbf-choiceCard__label{font-weight:600}
.gbf-choiceCard__check{width:18px;height:18px;border-radius:999px;border:2px solid rgba(0,0,0,.18)}
.gbf-choiceCard[data-selected="1"] .gbf-choiceCard__check{border-color:#1f6f5b;background:#1f6f5b}
.gbf-questionBlock{display:none}
.gbf-questionBlock[data-active="1"]{display:block}
.gbf-questionPrompt{font-size:18px;font-weight:700;margin:6px 0 10px}
.gbf-tellMore{margin-top:8px}
.gbf-tellMore__btn{font-size:13px;font-weight:600;background:transparent;border:none;padding:0;color:#1f6f5b;cursor:pointer}
.gbf-tellMore__panel{display:none;margin-top:8px;padding:10px;border-radius:14px;background:#f5f2ec;border:1px solid rgba(0,0,0,.06)}
.gbf-helpStrip{margin-top:14px;background:#fff;border-radius:18px;padding:12px;border:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:center}
.gbf-helpStrip__text{font-weight:600}
.gbf-helpStrip__actions{display:flex;gap:8px;flex-wrap:wrap}
.gbf-flow__ctas{margin-top:14px;background:#fff;border-radius:18px;padding:14px;border:1px solid rgba(0,0,0,.08)}
.gbf-ctaRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.gbf-modal{position:fixed;inset:0;display:none;z-index:9999}
.gbf-modal[aria-hidden="false"]{display:block}
.gbf-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.35)}
.gbf-modal__panel{position:relative;background:#fff;border-radius:18px;max-width:720px;margin:7vh auto 0;padding:14px;box-shadow:0 18px 40px rgba(0,0,0,.25)}
.gbf-modal__head{display:flex;justify-content:space-between;gap:10px;align-items:center}
.gbf-modal__title{font-weight:800;font-size:16px}
.gbf-modal__body{margin-top:10px}
.gbf-topicRow{width:100%;text-align:left;border-radius:14px;border:1px solid rgba(0,0,0,.08);background:#fff;padding:12px;margin-bottom:10px;cursor:pointer}
.gbf-topicRow__name{font-weight:800}
.gbf-topicRow__sub{color:#4b4b4b;font-size:13px;margin-top:2px}
