@charset "utf-8";

/* ===== 강의자료실 — Figma M-①/②/③ (720px viewport / 375 Figma = 1.92×) ===== */
/* 헤더(검색바+브레드크럼+탭스크롤) 구조는 설교(sermon.css)와 동일 패턴. 인증사역자 전용 게시판(설교와 동일 컨셉) */

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

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

/* 검색 바 */
.lca-bar {display:flex; align-items:center; gap:14px; padding:17px 22px; border-bottom:1.92px solid var(--line);}
.lca-back {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:58px; height:58px;}
.lca-back img {width:32px; height:32px;}
.lca-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;}
.lca-search img {width:31px; height:31px;}
.lca-search input {flex:1; min-width:0; border:0; background:transparent; font-size:25px; color:var(--ink);}
.lca-search input::placeholder {color:#6B7280;}

/* 브레드크럼 */
.lca-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;}
.lca-crumb img {width:25px; height:25px;}

/* 탭 (스크롤 + 좌우 화살표) */
.lca-tabswrap {position:relative;}
.lca-tabs {display:flex; gap:0; padding:0 22px; overflow-x:auto; scrollbar-width:none; border-bottom:3.84px solid var(--line);}
.lca-tabs::-webkit-scrollbar {display:none;}
.lca-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;}
.lca-tab.on {color:var(--teal); font-weight:700;}
.lca-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);}
.lca-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;}
.lca-tabarrow img {width:16px; height:16px;}
.lca-tabarrow.prev {left:0; background:linear-gradient(to right, var(--card) 55%, transparent);}
.lca-tabarrow.next {right:0; background:linear-gradient(to left, var(--card) 55%, transparent);}

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

/* ── 강의 분류 필터 칩 ── */
.lca-filterswrap {position:relative; border-bottom:1.92px solid var(--line);}
.lca-filters {display:flex; gap:12px; padding:18px 26px; overflow-x:auto; scrollbar-width:none;}
.lca-filters::-webkit-scrollbar {display:none;}
.lca-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;}
.lca-filter.on {background:var(--teal); border-color:var(--teal); color:#fff; font-weight:700;}
.lca-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;}
.lca-filterarrow img {width:15px; height:15px;}
.lca-filterarrow.prev {left:0; background:linear-gradient(to right, var(--card) 55%, transparent);}
.lca-filterarrow.next {right:0; background:linear-gradient(to left, var(--card) 55%, transparent);}

/* ── 목록 헤더 (건수 + 정렬) ── */
.lca-lhead {display:flex; align-items:center; justify-content:space-between; padding:22px 26px 14px;}
.lca-lhead-count {font-size:24px; font-weight:600; color:#475569;}
.lca-lhead-count b {font-size:28px; font-weight:800; color:var(--teal);}
.lca-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;}
.lca-sort img {width:18px; height:18px;}

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

.lca-item-row1 {display:flex; align-items:center; gap:10px; flex-wrap:wrap;}
.lca-badge {display:inline-flex; align-items:center; gap:5px; padding:5px 16px; border-radius:38px; font-size:20px; font-weight:700; white-space:nowrap;}
.lca-badge.verified {background:#ECFDF5; color:#059669;}
.lca-badge.lca-new {background:#DCFCE7; color:#15803D;}

.lca-item-title {font-size:26px; font-weight:600; color:var(--ink); line-height:1.4; word-break:keep-all;}
.lca-item-meta {display:flex; align-items:center; gap:8px; font-size:21px; font-weight:400; color:var(--sub);}
.lca-item-meta .dot {color:var(--mute);}
.lca-item-media {display:flex; align-items:center; gap:8px; font-size:20px; font-weight:500; color:var(--teal);}
.lca-item-media img {width:18px; height:18px; opacity:.8;}
.lca-item-stats {display:flex; align-items:center; gap:22px;}
.lca-stat {display:flex; align-items:center; gap:7px; font-size:21px; font-weight:400; color:var(--sub);}
.lca-stat img {width:22px; height:22px; opacity:.55;}

/* ── 페이지네이션 (번호형) ── */
.lca-page {display:flex; align-items:center; justify-content:center; gap:6px; padding:24px 20px 32px; flex-wrap:wrap;}
.lca-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;}
.lca-page .pg.on {background:var(--teal); color:#fff; font-weight:700;}
.lca-page .dots {display:flex; align-items:center; justify-content:center; min-width:32px; height:48px; color:var(--mute); font-size:21px;}

/* ── 강의자료 등록 FAB ── */
.lca-fab {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;}
.lca-fab, .lca-fab:link, .lca-fab:visited, .lca-fab:hover, .lca-fab:active {color:#fff; text-decoration:none;}
.lca-fab img {width:24px; height:24px; filter:brightness(0) invert(1);}

/* ── 하단 탭바 고정 ── */
.lca-nav, .lcw-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);}
/* lcd-nav: lcd-bottom(댓글입력) 안에 중첩되므로 자체 fixed 지정 금지 — 부모가 이미 뷰포트에 고정되어 있음 */
.lcd-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);}
.lca-nav .tab, .lcd-nav .tab, .lcw-nav .tab {display:flex; flex-direction:column; align-items:center; gap:5.8px; color:var(--sub); font-size:19.2px;}
.lca-nav .tab img, .lcd-nav .tab img, .lcw-nav .tab img {width:42px; height:42px;}
.lca-nav .tab.on, .lcd-nav .tab.on, .lcw-nav .tab.on {color:var(--teal);}
.lca-nav .tab-fab, .lcd-nav .tab-fab, .lcw-nav .tab-fab {position:relative; align-self:stretch; width:96px;}
.lca-nav .tab-fab .fab, .lcd-nav .tab-fab .fab, .lcw-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);}
.lca-nav .tab-fab .fab img, .lcd-nav .tab-fab .fab img, .lcw-nav .tab-fab .fab img {width:48px; height:48px;}

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

/* 헤더 */
.lcd-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);}
.lcd-back {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:58px; height:58px;}
.lcd-back img {width:32px; height:32px;}
.lcd-head-title {flex:1; font-size:28px; font-weight:700; color:var(--ink); text-align:center;}
.lcd-hbtn {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:58px; height:58px; background:none; border:0; cursor:pointer;}
.lcd-hbtn img {width:26px; height:26px;}

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

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

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

/* 작성자 */
.lcd-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:24px;}
.lcd-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;}
.lcd-author-info {flex:1; min-width:0;}
.lcd-author-name {display:flex; align-items:center; gap:8px; font-size:24px; font-weight:700; color:var(--ink);}
.lcd-author-verified {font-style:normal; font-size:19px; font-weight:600; color:#059669;}
.lcd-author-date {display:block; font-size:21px; font-weight:400; color:var(--sub); margin-top:4px;}
.lcd-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;}

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

/* 좋아요/공유/저장 버튼 */
.lcd-acts {display:flex; align-items:center; gap:0; border:1.92px solid var(--line); border-radius:16px; overflow:hidden; margin-bottom:28px;}
.lcd-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;}
.lcd-act + .lcd-act {border-left:1.92px solid var(--line);}
.lcd-act img {width:26px; height:26px;}
.lcd-act.on {color:var(--teal);}
.lcd-act.heart.on img {filter:none;}

/* 영상 플레이어 */
.lcd-player {position:relative; display:flex; align-items:center; justify-content:center; height:280px; margin-bottom:20px; border-radius:16px; background:linear-gradient(135deg, #1E293B, #0F172A); cursor:pointer; overflow:hidden;}
.lcd-player-play {display:flex; align-items:center; justify-content:center; width:80px; height:80px; border-radius:50%; background:rgba(255,255,255,.16); font-size:32px; color:#fff;}
.lcd-player-badge {position:absolute; left:16px; top:14px; padding:5px 14px; border-radius:8px; background:rgba(0,0,0,.55); color:#fff; font-size:19px; font-weight:700;}
.lcd-player-title {position:absolute; left:16px; bottom:14px; right:110px; color:#fff; font-size:20px; font-weight:600; text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.lcd-player-dur {position:absolute; right:16px; bottom:14px; padding:5px 14px; border-radius:8px; background:rgba(0,0,0,.55); color:#fff; font-size:19px; font-weight:700;}

/* 첨부 파일 + 다운로드 */
.lcd-file {display:flex; align-items:center; gap:16px; padding:22px 24px; background:var(--snow); border:1.92px solid var(--line); border-radius:16px; margin-bottom:24px;}
.lcd-file-ic {flex:0 0 auto; font-size:34px;}
.lcd-file-info {flex:1; min-width:0; display:flex; flex-direction:column; gap:4px;}
.lcd-file-name {font-size:22px; font-weight:700; color:var(--ink); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.lcd-file-meta {font-size:20px; color:var(--sub);}
.lcd-dl-btn {flex:0 0 auto; display:flex; align-items:center; gap:8px; padding:14px 22px; border-radius:14px; background:var(--teal); border:0; font-size:21px; font-weight:700; color:#fff; cursor:pointer;}
.lcd-dl-btn img {width:20px; height:20px; filter:brightness(0) invert(1);}
.lcd-dl-btn.on {background:var(--teal-2);}

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

/* 태그 */
.lcd-tags {display:flex; flex-wrap:wrap; gap:12px; padding:24px 0; border-top:1.92px solid var(--line); margin-bottom:0;}
.lcd-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;}

/* 댓글 섹션 */
.lcd-cmtsec {padding:8px 0;}
.lcd-cmt-head {display:flex; align-items:center; gap:12px; padding:20px 0 18px; border-top:3.84px solid var(--line);}
.lcd-cmt-head h2 {margin:0; font-size:27px; font-weight:700; color:var(--ink);}
.lcd-cmt-cnt {font-size:22px; font-weight:700; color:var(--teal);}
.lcd-cmt-empty {display:flex; flex-direction:column; align-items:center; gap:10px; padding:48px 0; color:var(--sub); font-size:22px;}
.lcd-cmt-list {display:flex; flex-direction:column; gap:0;}
.lcd-cmt-item {display:flex; gap:18px; padding:22px 0; border-bottom:1.92px solid var(--line);}
.lcd-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;}
.lcd-cmt-body {flex:1; min-width:0;}
.lcd-cmt-top {display:flex; align-items:center; gap:12px; margin-bottom:8px;}
.lcd-cmt-nm {font-size:23px; font-weight:700; color:var(--ink);}
.lcd-cmt-dt {font-size:20px; font-weight:400; color:var(--sub);}
.lcd-cmt-text {font-size:23px; font-weight:400; color:var(--ink); line-height:1.6; margin:0 0 12px; word-break:keep-all;}
.lcd-cmt-acts {display:flex; gap:20px;}
.lcd-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;}
.lcd-cmt-act img {width:22px; height:22px;}

/* 하단 고정 (댓글 입력 + 탭바) */
.lcd-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);}
.lcd-cmt-write {display:flex; align-items:center; gap:16px; padding:18px 26px 60px;}
.lcd-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);}
.lcd-cmt-input::placeholder {color:var(--sub);}
.lcd-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;}
.lcd-send img {width:28px; height:28px; filter:brightness(0) invert(1);}

/* 삭제 확인 팝업 (window.confirm 대체) */
.lcd-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);}
.lcd-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);}
.lcd-confirm-head {display:flex; flex-direction:column; align-items:center; gap:8px; padding:35px 35px 23px;}
.lcd-confirm-head h3 {margin:0; font-size:28px; font-weight:800; color:var(--ink); text-align:center;}
.lcd-confirm-head p {margin:0; font-size:22px; color:var(--sub); text-align:center;}
.lcd-confirm-foot {display:flex; gap:12px; padding:0 27px 30px;}
.lcd-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;}
.lcd-confirm-btn.ghost {border:1.92px solid var(--line); background:none; color:var(--body);}
.lcd-confirm-btn.danger {background:#DC2626; color:#fff;}

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

/* 헤더 */
.lcw-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);}
.lcw-back {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:58px; height:58px;}
.lcw-back img {width:32px; height:32px;}
.lcw-head-title {flex:1; font-size:28px; font-weight:700; color:var(--ink); text-align:center;}
.lcw-hspacer {flex:0 0 auto; width:58px; height:58px;}

/* 인증사역자 전용 안내 배너 */
.lcw-banner {display:flex; align-items:flex-start; gap:14px; margin:22px 22px 0; padding:22px 24px; background:#F5F3FF; border:1.92px solid #DDD6FE; border-radius:16px;}
.lcw-banner-ic {flex:0 0 auto; font-size:28px;}
.lcw-banner-title {margin:0 0 4px; font-size:22px; font-weight:700; color:#6D28D9;}
.lcw-banner-sub {margin:0; font-size:20px; color:#7C3AED; line-height:1.5;}

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

/* 분류 드롭다운 */
.lcw-dd {position:relative;}
.lcw-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;}
.lcw-select .lbl {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.lcw-select img {width:20px; height:20px; flex:0 0 auto; transition:transform .2s ease;}
.lcw-dd.open .lcw-select img {transform:rotate(180deg);}
.lcw-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;}
.lcw-dd.open .lcw-dd-menu {max-height:320px; overflow-y:auto; opacity:1; padding:8px; border:1.92px solid var(--line);}
.lcw-dd-menu li {padding:14px 16px; border-radius:10px; font-size:22px; color:var(--ink); cursor:pointer; white-space:nowrap;}
.lcw-dd-menu li.on {background:var(--mint); color:var(--teal); font-weight:700;}

/* input */
.lcw-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;}
.lcw-input::placeholder {color:var(--sub);}
.lcw-count {text-align:right; margin-top:8px; font-size:20px; color:var(--sub);}

/* 영상 링크 미리보기 */
.lcw-vpreview {position:relative; display:flex; align-items:center; justify-content:center; margin-top:14px; height:220px; border-radius:14px; background:linear-gradient(135deg, #1E293B, #0F172A); overflow:hidden;}
.lcw-vpreview iframe {width:100%; height:100%; border:0;}
.lcw-vpreview .ph {display:flex; flex-direction:column; align-items:center; gap:10px; color:rgba(255,255,255,.7); font-size:21px; font-weight:500; text-align:center;}
.lcw-vpreview .ph .play {display:flex; align-items:center; justify-content:center; width:64px; height:64px; border-radius:50%; background:rgba(255,255,255,.14); font-size:26px; color:#fff;}

/* 파일 첨부 (드래그앤드롭) */
.lcw-upload {display:flex; align-items:center; justify-content:center; flex-direction:column; gap:10px; padding:36px 20px; border:1.92px dashed var(--line); border-radius:14px; background:var(--snow); cursor:pointer; width:100%; text-align:center;}
.lcw-upload img {width:40px; height:40px; opacity:.45;}
.lcw-upload span {font-size:22px; font-weight:500; color:var(--sub);}
.lcw-upload-hint {margin-top:2px; font-size:19px; color:var(--mute); font-weight:400;}
.lcw-file-chip {display:flex; align-items:center; gap:12px; padding:18px 20px; border:1.92px solid var(--line); border-radius:14px; background:var(--snow);}
.lcw-file-ic {flex:0 0 auto; font-size:26px;}
.lcw-file-nm {flex:1; min-width:0; font-size:22px; font-weight:600; color:var(--ink); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.lcw-file-sz {flex:0 0 auto; font-size:20px; color:var(--sub);}
.lcw-file-chip button {flex:0 0 auto; background:none; border:0; cursor:pointer; padding:0; color:var(--sub); font-size:24px; line-height:1;}

/* textarea */
.lcw-textarea {width:100%; min-height:200px; 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;}
.lcw-textarea::placeholder {color:var(--sub);}

/* 태그 */
.lcw-tag-row {display:flex; gap:14px; align-items:center;}
.lcw-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);}
.lcw-tag-input::placeholder {color:var(--sub);}
.lcw-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;}
.lcw-tag-list {display:flex; flex-wrap:wrap; gap:12px; margin-top:16px;}
.lcw-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;}
.lcw-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;}

/* 제출 버튼 */
.lcw-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;}
.lcw-submit:active {background:var(--teal-2);}

/* ── 다크모드 ── */
.churchro.dark-mode .lca-desc {background:#16202E;}
.churchro.dark-mode .lcd-file {background:#16202E;}
.churchro.dark-mode .lcw-banner {background:#241B3D;}
.churchro.dark-mode .lcw-select,
.churchro.dark-mode .lcw-input,
.churchro.dark-mode .lcw-textarea,
.churchro.dark-mode .lcw-tag-input,
.churchro.dark-mode .lcw-upload,
.churchro.dark-mode .lcw-file-chip {background:var(--snow); color:var(--ink);}
