@charset "utf-8";

/* ===== 믿음이야기 — Figma (원본 프레임 라벨: 성경과믿음) A-1/A-2/A-3 (720px viewport / 375 Figma = 1.92×) ===== */
/* 헤더(검색바+브레드크럼+탭스크롤) 구조는 공지사항(notice.css)과 동일 패턴을 따름 */

/* ── 목록 래퍼 ── */
.fs-wrap {display:flex; flex-direction:column; min-height:100%; background:var(--snow);}

/* ── 헤더 ── */
.fs-head {position:sticky; top:0; z-index:20; background:var(--card);}

/* 검색 바 */
.fs-bar {display:flex; align-items:center; gap:14px; padding:17px 22px; border-bottom:1.92px solid var(--line);}
.fs-back {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:58px; height:58px;}
.fs-back img {width:32px; height:32px;}
.fs-search {flex:1; display:flex; align-items:center; gap:16px; height:74px; padding:0 28px; background:var(--snow); border:1.92px solid var(--line); border-radius:42px;}
.fs-search img {width:31px; height:31px;}
.fs-search input {flex:1; min-width:0; border:0; background:transparent; font-size:25px; color:var(--ink);}
.fs-search input::placeholder {color:#6B7280;}

/* 브레드크럼 */
.fs-crumb {display:flex; align-items:center; gap:11px; padding:15px 27px 13px; border-bottom:1.92px solid var(--line); font-size:23px; font-weight:700; color:#6B7280;}
.fs-crumb img {width:25px; height:25px;}

/* 탭 (스크롤 + 좌우 화살표) */
.fs-tabswrap {position:relative;}
.fs-tabs {display:flex; gap:0; padding:0 22px; overflow-x:auto; scrollbar-width:none; border-bottom:3.84px solid var(--line);}
.fs-tabs::-webkit-scrollbar {display:none;}
.fs-tab {flex:0 0 auto; position:relative; padding:21px 20px; background:none; border:0; color:#94A3B8; font-size:25px; font-weight:500; white-space:nowrap; cursor:pointer;}
.fs-tab.on {color:var(--teal); font-weight:700;}
.fs-tab.on::after {content:''; position:absolute; left:0; right:0; bottom:-3.84px; height:3.84px; border-radius:3px 3px 0 0; background:var(--teal);}
.fs-tabarrow {position:absolute; top:0; bottom:3.84px; width:46px; z-index:5; display:flex; align-items:center; justify-content:center; border:0; cursor:pointer; padding:0;}
.fs-tabarrow img {width:16px; height:16px;}
.fs-tabarrow.prev {left:0; background:linear-gradient(to right, var(--card) 55%, transparent);}
.fs-tabarrow.next {right:0; background:linear-gradient(to left, var(--card) 55%, transparent);}

/* ── 게시판 설명 바 ── */
.fs-desc {display:flex; align-items:flex-start; gap:14px; padding:20px 26px; background:#F8FAFC; border-bottom:1.92px solid var(--line);}
.fs-desc-ic {flex:0 0 auto; width:30px; height:30px; margin-top:2px;}
.fs-desc p {margin:0; font-size:22px; font-weight:400; color:#475569; line-height:1.55;}

/* ── 주제 필터 칩 (스크롤 + 좌우 화살표) ── */
.fs-filterswrap {position:relative; border-bottom:1.92px solid var(--line);}
.fs-filters {display:flex; gap:12px; padding:18px 26px; overflow-x:auto; scrollbar-width:none;}
.fs-filters::-webkit-scrollbar {display:none;}
.fs-filter {flex:0 0 auto; display:flex; align-items:center; gap:6px; padding:11px 22px; border:1.92px solid var(--line); border-radius:38px; background:var(--card); font-size:21px; font-weight:500; color:#475569; cursor:pointer; white-space:nowrap;}
.fs-filter.on {background:var(--teal); border-color:var(--teal); color:#fff; font-weight:700;}
.fs-filterarrow {position:absolute; top:0; bottom:0; width:44px; z-index:5; display:flex; align-items:center; justify-content:center; border:0; cursor:pointer; padding:0;}
.fs-filterarrow img {width:15px; height:15px;}
.fs-filterarrow.prev {left:0; background:linear-gradient(to right, var(--snow) 55%, transparent);}
.fs-filterarrow.next {right:0; background:linear-gradient(to left, var(--snow) 55%, transparent);}

/* ── 핀 공지 (어두운 배경) ── */
.fs-pinned {display:flex; align-items:center; gap:18px; padding:28px 26px; background:#1E293B; cursor:pointer; text-decoration:none;}
.fs-pinned-ic {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:48px; height:48px; background:rgba(255,255,255,.12); border-radius:50%; font-size:24px;}
.fs-pinned-info {flex:1; min-width:0;}
.fs-pinned-badges {display:flex; gap:8px; margin-bottom:8px;}
.fs-pinned-badges .fs-badge {padding:3px 12px; font-size:18px;}
.fs-pinned-title {display:block; font-size:24px; font-weight:700; color:#F1F5F9; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.fs-pinned-meta {display:block; margin-top:6px; font-size:20px; font-weight:400; color:#94A3B8;}
.fs-pinned-arr {flex:0 0 auto; width:22px; height:22px; filter:brightness(0) invert(.6);}

/* ── 목록 헤더 (건수 + 정렬) ── */
.fs-lhead {display:flex; align-items:center; justify-content:space-between; padding:22px 26px 14px;}
.fs-lhead-count {font-size:24px; font-weight:600; color:#475569;}
.fs-lhead-count b {font-size:28px; font-weight:800; color:var(--teal);}
.fs-sort {display:flex; align-items:center; gap:6px; padding:10px 18px; border-radius:38px; background:none; border:none; font-size:21px; font-weight:500; color:#475569; cursor:pointer;}
.fs-sort img {width:18px; height:18px;}

/* ── 게시글 목록 ── */
.fs-list {display:flex; flex-direction:column; gap:0; padding:0 0 190px;}
.fs-item {display:flex; flex-direction:column; gap:10px; padding:26px 26px 22px; background:var(--card); border-bottom:1.92px solid var(--line); cursor:pointer; text-decoration:none;}
.fs-item:first-child {border-top:1.92px solid var(--line);}

.fs-item-row1 {display:flex; align-items:center; gap:10px; flex-wrap:wrap;}
.fs-badge {display:inline-flex; align-items:center; padding:5px 16px; border-radius:38px; font-size:20px; font-weight:700; white-space:nowrap;}
.fs-badge.b-series {background:#EFF6FF; color:#2563EB;}
.fs-badge.b-new {background:#DCFCE7; color:#15803D;}
.fs-badge.b-topic {background:#F5F3FF; color:#7C3AED;}

.fs-item-title {font-size:26px; font-weight:600; color:var(--ink); line-height:1.4; word-break:keep-all;}
.fs-item-excerpt {font-size:22px; font-weight:400; color:var(--sub); line-height:1.5; word-break:keep-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.fs-item-meta {display:flex; align-items:center; gap:8px; font-size:21px; font-weight:400; color:var(--sub);}
.fs-item-meta .dot {color:var(--mute);}
.fs-item-stats {display:flex; align-items:center; gap:22px;}
.fs-stat {display:flex; align-items:center; gap:7px; font-size:21px; font-weight:400; color:var(--sub);}
.fs-stat img {width:22px; height:22px; opacity:.55; color:#94A3B8;}

/* ── 페이지네이션 (번호형) ── */
.fs-page {display:flex; align-items:center; justify-content:center; gap:6px; padding:24px 20px 32px; flex-wrap:wrap;}
.fs-page .pg {display:flex; align-items:center; justify-content:center; min-width:48px; height:48px; padding:0 8px; border:0; border-radius:10px; background:none; font-size:21px; font-weight:500; color:var(--sub); cursor:pointer;}
.fs-page .pg.on {background:var(--teal); color:#fff; font-weight:700;}
.fs-page .dots {display:flex; align-items:center; justify-content:center; min-width:32px; height:48px; color:var(--mute); font-size:21px;}

/* ── FAB (글쓰기 버튼, 텍스트형) ── */
.fs-fab, .fs-fab:link, .fs-fab:visited, .fs-fab:hover, .fs-fab:active {position:fixed; right:32px; bottom:176px; z-index:30; display:flex; align-items:center; gap:8px; padding:18px 26px; background:var(--teal); border-radius:44px; box-shadow:0 8px 24px rgba(15,118,110,.35); text-decoration:none; color:#fff; font-size:23px; font-weight:700;}
.fs-fab img {width:24px; height:24px; filter:brightness(0) invert(1);}

/* ── 하단 탭바 고정 ── */
.fs-nav, .fw-nav {position:fixed; left:50%; bottom:0; transform:translateX(-50%); z-index:40; width:720px; max-width:100%; display:flex; align-items:center; justify-content:space-between; padding:20px 40px; background:var(--card); border-top:1.85px solid var(--line);}
/* fd-nav: fd-bottom(하단 고정 래퍼) 안에 중첩되므로 자체 fixed 지정 금지 — notice.css의 nc-nav와 동일한 이유 */
.fd-nav {display:flex; align-items:center; justify-content:space-between; width:100%; padding:20px 40px; background:var(--card); border-top:1.85px solid var(--line);}
.fs-nav .tab, .fd-nav .tab, .fw-nav .tab {display:flex; flex-direction:column; align-items:center; gap:5.8px; color:var(--sub); font-size:19.2px;}
.fs-nav .tab img, .fd-nav .tab img, .fw-nav .tab img {width:42px; height:42px;}
.fs-nav .tab.on, .fd-nav .tab.on, .fw-nav .tab.on {color:var(--teal);}
.fs-nav .tab-fab, .fd-nav .tab-fab, .fw-nav .tab-fab {position:relative; align-self:stretch; width:96px;}
.fs-nav .tab-fab .fab, .fd-nav .tab-fab .fab, .fw-nav .tab-fab .fab {position:absolute; left:50%; top:0; transform:translate(-50%,-50%); display:flex; align-items:center; justify-content:center; width:96px; height:96px; border-radius:50%; background:linear-gradient(135deg, #0D9488, #1E3A5F); border:5px solid var(--card); box-shadow:0 10px 24px rgba(13,148,136,0.4);}
.fs-nav .tab-fab .fab img, .fd-nav .tab-fab .fab img, .fw-nav .tab-fab .fab img {width:48px; height:48px;}

/* =========================================================
   A-2 상세 (fd-*)
   ========================================================= */
.fd-wrap {display:flex; flex-direction:column; min-height:100%; background:var(--snow);}

/* 헤더 */
.fd-head {position:sticky; top:0; z-index:20; display:flex; align-items:center; gap:0; height:88px; padding:0 22px; background:var(--card); border-bottom:1.92px solid var(--line);}
.fd-back {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:58px; height:58px;}
.fd-back img {width:32px; height:32px;}
.fd-head-title {flex:1; font-size:28px; font-weight:700; color:var(--ink); text-align:center;}
.fd-hbtn {display:flex; align-items:center; justify-content:center; width:48px; height:48px; background:none; border:0; cursor:pointer;}
.fd-hbtn img {width:24px; height:24px;}

/* 브레드크럼 */
.fd-crumb {display:flex; align-items:center; gap:8px; padding:18px 26px 14px; font-size:21px; font-weight:500; color:var(--sub);}
.fd-crumb img {width:20px; height:20px; opacity:.6;}
.fd-crumb span {color:var(--mute);}

/* 본문 영역 */
.fd-body {flex:1; padding:0 26px 200px; background:var(--card);}

/* 배지 + 제목 */
.fd-badges {display:flex; gap:10px; flex-wrap:wrap; margin-bottom:16px;}
.fd-badge {display:inline-flex; align-items:center; padding:5px 16px; border-radius:38px; font-size:20px; font-weight:700; white-space:nowrap;}
.fd-badge.b-series {background:#EFF6FF; color:#2563EB;}
.fd-badge.b-topic {background:#F5F3FF; color:#7C3AED;}
.fd-title {font-size:32px; font-weight:800; color:var(--ink); line-height:1.4; margin:0 0 24px; word-break:keep-all;}

/* 작성자 */
.fd-author {display:flex; align-items:center; gap:18px; padding:20px 0; border-top:1.92px solid var(--line); border-bottom:1.92px solid var(--line); margin-bottom:20px;}
.fd-avatar {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:56px; height:56px; border-radius:50%; background:var(--teal); font-size:24px; font-weight:700; color:#fff;}
.fd-author-info {flex:1; min-width:0;}
.fd-author-name {display:block; font-size:24px; font-weight:700; color:var(--ink);}
.fd-author-date {display:block; font-size:21px; font-weight:400; color:var(--sub); margin-top:4px;}
.fd-share-btn {flex:0 0 auto; display:flex; align-items:center; gap:7px; padding:10px 20px; border:1.92px solid var(--line); border-radius:38px; background:none; font-size:21px; color:var(--sub); cursor:pointer;}
.fd-share-btn img {width:22px; height:22px;}

/* 통계 (좋아요/댓글/조회) */
.fd-stats {display:flex; align-items:center; gap:0; padding:18px 0; border-bottom:1.92px solid var(--line); margin-bottom:24px;}
.fd-stat-col {flex:1; display:flex; flex-direction:column; align-items:center; gap:6px;}
.fd-stat-col + .fd-stat-col {border-left:1.92px solid var(--line);}
.fd-stat-label {font-size:20px; font-weight:400; color:var(--sub);}
.fd-stat-val {font-size:27px; font-weight:700; color:var(--ink);}

/* 좋아요/공유/저장 버튼 */
.fd-acts {display:flex; align-items:center; gap:0; border:1.92px solid var(--line); border-radius:16px; overflow:hidden; margin-bottom:28px;}
.fd-act {flex:1; display:flex; align-items:center; justify-content:center; gap:10px; padding:22px 0; background:var(--card); border:0; font-size:23px; font-weight:500; color:#475569; cursor:pointer;}
.fd-act + .fd-act {border-left:1.92px solid var(--line);}
.fd-act img {width:26px; height:26px;}
.fd-act.on {color:var(--teal);}
.fd-act.heart.on img {filter:none;}

/* 성경 본문 인용 */
.fd-verse {display:flex; flex-direction:column; gap:10px; padding:24px 26px; background:var(--mint); border-radius:16px; margin-bottom:28px;}
.fd-verse-ref {font-size:22px; font-weight:700; color:var(--teal);}
.fd-verse-text {margin:0; font-size:23px; font-weight:500; color:var(--ink); line-height:1.6; word-break:keep-all;}

/* 본문 내용 */
.fd-content {font-size:24px; font-weight:400; color:var(--ink); line-height:1.75; margin-bottom:32px; white-space:pre-wrap; word-break:keep-all;}

/* 태그 */
.fd-tags {display:flex; flex-wrap:wrap; gap:12px; padding:24px 0; border-top:1.92px solid var(--line); margin-bottom:28px;}
.fd-tag {padding:9px 20px; border:1.92px solid var(--line); border-radius:38px; font-size:21px; font-weight:500; color:#475569; background:var(--snow); cursor:pointer;}

/* 시리즈 내비게이션 */
.fd-series {padding:24px 26px; background:var(--snow); border:1.92px solid var(--line); border-radius:16px; margin-bottom:28px;}
.fd-series-head {display:flex; align-items:center; gap:8px; margin:0 0 16px; font-size:22px; font-weight:700; color:var(--ink);}
.fd-series-list {display:flex; flex-direction:column; gap:12px;}
.fd-series-row, .fd-series-row:link, .fd-series-row:visited, .fd-series-row:hover, .fd-series-row:active {display:flex; align-items:baseline; gap:10px; font-size:21px; color:#475569; text-decoration:none; word-break:keep-all;}
.fd-series-row .arr {flex:0 0 auto; color:var(--mute);}
.fd-series-row.current {color:var(--teal); font-weight:700;}

/* 댓글 섹션 */
.fd-cmtsec {padding:8px 0;}
.fd-cmt-head {display:flex; align-items:center; gap:12px; padding:20px 0 18px; border-top:3.84px solid var(--line);}
.fd-cmt-head h2 {margin:0; font-size:27px; font-weight:700; color:var(--ink);}
.fd-cmt-cnt {font-size:22px; font-weight:700; color:var(--teal);}
.fd-cmt-empty {display:flex; flex-direction:column; align-items:center; gap:10px; padding:48px 0; color:var(--sub); font-size:22px;}
.fd-cmt-list {display:flex; flex-direction:column; gap:0;}
.fd-cmt-item {display:flex; gap:18px; padding:22px 0; border-bottom:1.92px solid var(--line);}
.fd-cmt-av {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:54px; height:54px; border-radius:50%; font-size:22px; font-weight:700; color:#fff;}
.fd-cmt-body {flex:1; min-width:0;}
.fd-cmt-top {display:flex; align-items:center; gap:12px; margin-bottom:8px;}
.fd-cmt-nm {font-size:23px; font-weight:700; color:var(--ink);}
.fd-cmt-dt {font-size:20px; font-weight:400; color:var(--sub);}
.fd-cmt-text {font-size:23px; font-weight:400; color:var(--ink); line-height:1.6; margin:0 0 12px; word-break:keep-all;}
.fd-cmt-acts {display:flex; gap:20px;}
.fd-cmt-act {display:flex; align-items:center; gap:6px; font-size:20px; font-weight:500; color:var(--sub); background:none; border:0; cursor:pointer; padding:0;}
.fd-cmt-act img {width:22px; height:22px;}

/* 하단 고정 (댓글 입력 + 탭바) */
.fd-bottom {position:fixed; left:50%; bottom:0; transform:translateX(-50%); width:720px; max-width:100%; z-index:30; background:var(--card); border-top:1.92px solid var(--line);}
.fd-cmt-write {display:flex; align-items:center; gap:16px; padding:18px 26px 60px;}
.fd-cmt-input {flex:1; height:64px; padding:0 22px; border:1.92px solid var(--line); border-radius:38px; background:var(--snow); font-size:23px; color:var(--ink);}
.fd-cmt-input::placeholder {color:var(--sub);}
.fd-send {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:64px; height:64px; border-radius:50%; background:var(--teal); border:0; cursor:pointer;}
.fd-send img {width:28px; height:28px; filter:brightness(0) invert(1);}

/* 삭제 확인 팝업 (window.confirm 대체) — mypage.css .my-modal 패턴 참고 */
.fd-confirm {position:fixed; left:50%; bottom:0; transform:translateX(-50%); z-index:60; width:720px; max-width:100%; min-height:100vh; display:flex; align-items:center; justify-content:center; padding:38px; background:rgba(0,0,0,.5);}
.fd-confirm-card {width:100%; max-width:538px; overflow:hidden; border-radius:28px; background:var(--card); box-shadow:0 15px 77px rgba(0,0,0,.2);}
.fd-confirm-head {display:flex; flex-direction:column; align-items:center; gap:8px; padding:35px 35px 23px;}
.fd-confirm-head h3 {margin:0; font-size:28px; font-weight:800; color:var(--ink); text-align:center;}
.fd-confirm-head p {margin:0; font-size:22px; color:var(--sub); text-align:center;}
.fd-confirm-foot {display:flex; gap:12px; padding:0 27px 30px;}
.fd-confirm-btn {flex:1; display:flex; align-items:center; justify-content:center; padding:22px 0; border-radius:14px; font-size:23px; font-weight:700; border:0; cursor:pointer;}
.fd-confirm-btn.ghost {border:1.92px solid var(--line); background:none; color:var(--body);}
.fd-confirm-btn.danger {background:#DC2626; color:#fff;}

/* =========================================================
   A-3 작성 (fw-*)
   ========================================================= */
.fw-wrap {display:flex; flex-direction:column; min-height:100%; background:var(--snow);}

/* 헤더 */
.fw-head {position:sticky; top:0; z-index:20; display:flex; align-items:center; gap:0; height:88px; padding:0 22px; background:var(--card); border-bottom:1.92px solid var(--line);}
.fw-back {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:58px; height:58px;}
.fw-back img {width:32px; height:32px;}
.fw-head-title {flex:1; font-size:28px; font-weight:700; color:var(--ink); text-align:center;}
.fw-hspacer {flex:0 0 auto; width:58px; height:58px;}

/* 폼 본문 */
.fw-body {flex:1; padding:24px 0 200px;}
.fw-card {margin:0 22px 18px; padding:28px 26px 24px; background:var(--card); border:1.92px solid var(--line); border-radius:19px;}
.fw-label {display:flex; align-items:center; gap:8px; margin-bottom:16px; font-size:24px; font-weight:700; color:var(--ink);}
.fw-label i {color:#EF4444; font-style:normal; font-size:26px;}
.fw-label small {font-size:20px; font-weight:400; color:var(--sub);}

/* 주제 분류 (2열 카드 그리드) */
.fw-topics {display:grid; grid-template-columns:1fr 1fr; gap:14px;}
.fw-topic {display:flex; align-items:center; gap:10px; padding:20px 18px; border:1.92px solid var(--line); border-radius:14px; background:var(--snow); font-size:22px; font-weight:600; color:#475569; cursor:pointer; text-align:left;}
.fw-topic.on {border-color:var(--teal); background:var(--mint); color:var(--teal);}
.fw-topic.wide {grid-column:1 / -1; justify-content:center;}

/* 성경 본문 선택 */
.fw-verse-row {display:flex; gap:12px;}
.fw-verse-row .fw-dd {flex:1.3;}
.fw-verse-row .fw-input {flex:1;}
.fw-verse-chip {display:inline-flex; align-items:center; gap:8px; margin-top:14px; padding:9px 20px; border-radius:38px; background:var(--mint); color:var(--teal); font-size:21px; font-weight:600;}

/* select (드롭다운) */
.fw-dd {position:relative;}
.fw-select {width:100%; height:72px; padding:0 22px; border:1.92px solid var(--line); border-radius:14px; background:var(--snow); font-size:24px; color:var(--ink); display:flex; align-items:center; justify-content:space-between; box-sizing:border-box; cursor:pointer;}
.fw-select .lbl {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.fw-select img {width:20px; height:20px; flex:0 0 auto; transition:transform .2s ease;}
.fw-dd.open .fw-select img {transform:rotate(180deg);}
.fw-dd-menu {position:absolute; top:78px; left:0; right:0; z-index:30; max-height:0; overflow:hidden; opacity:0; background:var(--card); border-radius:14px; box-shadow:0 18px 44px rgba(15,23,42,.18); transition:opacity .15s ease;}
.fw-dd.open .fw-dd-menu {max-height:320px; overflow-y:auto; opacity:1; padding:8px; border:1.92px solid var(--line);}
.fw-dd-menu li {padding:14px 16px; border-radius:10px; font-size:22px; color:var(--ink); cursor:pointer; white-space:nowrap;}
.fw-dd-menu li.on {background:var(--mint); color:var(--teal); font-weight:700;}

/* input */
.fw-input {width:100%; height:72px; padding:0 22px; border:1.92px solid var(--line); border-radius:14px; background:var(--snow); font-size:24px; color:var(--ink); box-sizing:border-box;}
.fw-input::placeholder {color:var(--sub);}
.fw-count {text-align:right; margin-top:8px; font-size:20px; color:var(--sub);}

/* textarea */
.fw-textarea {width:100%; min-height:220px; padding:20px 22px; border:1.92px solid var(--line); border-radius:14px; background:var(--snow); font-size:24px; color:var(--ink); line-height:1.6; resize:vertical; box-sizing:border-box;}
.fw-textarea::placeholder {color:var(--sub);}

/* 이미지 업로드 */
.fw-upload {display:flex; align-items:center; justify-content:center; flex-direction:column; gap:14px; height:168px; border:1.92px dashed var(--line); border-radius:14px; background:var(--snow); cursor:pointer;}
.fw-upload img {width:48px; height:48px; opacity:.45;}
.fw-upload span {font-size:22px; font-weight:500; color:var(--sub);}

/* 태그 */
.fw-tag-row {display:flex; gap:14px; align-items:center;}
.fw-tag-input {flex:1; height:68px; padding:0 20px; border:1.92px solid var(--line); border-radius:14px; background:var(--snow); font-size:24px; color:var(--ink);}
.fw-tag-input::placeholder {color:var(--sub);}
.fw-tag-add {flex:0 0 auto; height:68px; padding:0 28px; border-radius:14px; background:var(--teal); border:0; font-size:23px; font-weight:700; color:#fff; cursor:pointer;}
.fw-tag-list {display:flex; flex-wrap:wrap; gap:12px; margin-top:16px;}
.fw-tag-chip {display:flex; align-items:center; gap:8px; padding:10px 18px; border:1.92px solid var(--line); border-radius:38px; background:var(--snow); font-size:21px; font-weight:500; color:#475569;}
.fw-tag-chip button {display:flex; align-items:center; background:none; border:0; cursor:pointer; padding:0; color:var(--sub); font-size:22px; line-height:1;}

/* 제출 버튼 */
.fw-submit {display:block; width:calc(100% - 44px); margin:0 22px; height:88px; border-radius:16px; background:var(--teal); border:0; font-size:28px; font-weight:700; color:#fff; cursor:pointer; letter-spacing:.5px;}
.fw-submit:active {background:var(--teal-2);}

/* ── 다크모드 ── */
.churchro.dark-mode .fs-pinned {background:#0F172A;}
.churchro.dark-mode .fs-pinned-title {color:#E2E8F0;}
.churchro.dark-mode .fs-desc {background:#16202E;}
.churchro.dark-mode .fd-verse {background:var(--mint);}
.churchro.dark-mode .fw-select,
.churchro.dark-mode .fw-input,
.churchro.dark-mode .fw-textarea,
.churchro.dark-mode .fw-tag-input {background:var(--snow); color:var(--ink);}
