/*
Theme Name: Daham Community V4
Theme URI: https://example.com/
Author: OpenAI
Description: 회원 참여형 커뮤니티 포털 테마. 다중 카테고리, 인기글/최신글, 프론트 글쓰기, 모바일 UI에 최적화.
Version: 4.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: daham-community
*/

:root{
  --dc-primary:#5b5cf0;
  --dc-primary-2:#7c6df2;
  --dc-accent:#20c997;
  --dc-ink:#202338;
  --dc-muted:#747b91;
  --dc-line:#e9ebf4;
  --dc-bg:#f6f7fb;
  --dc-card:#ffffff;
  --dc-warning:#ffb020;
  --dc-danger:#ff5b6e;
  --dc-radius:20px;
  --dc-shadow:0 10px 30px rgba(38,45,77,.08);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--dc-bg);color:var(--dc-ink);font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.dc-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--dc-line)}.dc-header-row{height:76px;display:flex;align-items:center;gap:24px}.dc-logo{display:flex;align-items:center;gap:10px;min-width:max-content}.dc-logo svg{width:42px;height:42px}.dc-logo strong{font-size:22px;letter-spacing:-.6px}.dc-logo small{display:block;color:var(--dc-muted);font-size:11px;margin-top:-4px}.dc-search{flex:1;position:relative}.dc-search input{width:100%;height:46px;border:1px solid var(--dc-line);border-radius:14px;padding:0 48px 0 16px;background:#fafbff;font-size:15px;outline:none}.dc-search button{position:absolute;right:7px;top:7px;width:32px;height:32px;border:0;border-radius:10px;background:var(--dc-primary);color:white;cursor:pointer}.dc-header-actions{display:flex;align-items:center;gap:10px}.dc-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 16px;border-radius:12px;border:1px solid var(--dc-line);background:#fff;font-weight:700;cursor:pointer}.dc-btn.primary{background:var(--dc-primary);border-color:var(--dc-primary);color:#fff}.dc-btn.soft{background:#f1f0ff;border-color:#eceaff;color:var(--dc-primary)}.dc-nav{background:#fff;border-bottom:1px solid var(--dc-line)}.dc-nav-inner{display:flex;gap:8px;overflow:auto;padding:10px 0}.dc-nav a{white-space:nowrap;padding:8px 13px;border-radius:10px;color:#565d73;font-size:14px;font-weight:700}.dc-nav a:hover,.dc-nav .current-menu-item>a{background:#f0efff;color:var(--dc-primary)}.dc-hero{padding:36px 0 22px}.dc-hero-card{position:relative;overflow:hidden;border-radius:28px;padding:42px;background:linear-gradient(135deg,#615cf5 0%,#8273f6 55%,#9a86ff 100%);color:white;box-shadow:0 22px 50px rgba(91,92,240,.22)}.dc-hero-card:before,.dc-hero-card:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.11)}.dc-hero-card:before{width:280px;height:280px;right:-70px;top:-70px}.dc-hero-card:after{width:160px;height:160px;right:150px;bottom:-80px}.dc-hero-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:30px;align-items:center;position:relative;z-index:1}.dc-eyebrow{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.14);padding:7px 11px;border-radius:999px;font-size:13px;font-weight:700}.dc-hero h1{font-size:42px;line-height:1.23;letter-spacing:-1.8px;margin:16px 0 12px}.dc-hero p{font-size:17px;color:rgba(255,255,255,.88);margin:0 0 22px}.dc-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.dc-hero .dc-btn{border:0}.dc-hero .dc-btn.white{background:#fff;color:var(--dc-primary)}.dc-hero .dc-btn.glass{background:rgba(255,255,255,.12);color:white;border:1px solid rgba(255,255,255,.24)}.dc-hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dc-stat{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);padding:18px;border-radius:18px}.dc-stat strong{display:block;font-size:26px}.dc-stat span{font-size:13px;color:rgba(255,255,255,.8)}.dc-section{padding:16px 0}.dc-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.dc-section-head h2{font-size:22px;letter-spacing:-.6px;margin:0}.dc-section-head a{font-size:13px;color:var(--dc-muted);font-weight:700}.dc-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.dc-category-card{background:#fff;border:1px solid var(--dc-line);border-radius:18px;padding:18px;transition:.2s;min-height:126px}.dc-category-card:hover{transform:translateY(-3px);box-shadow:var(--dc-shadow);border-color:#dcd9ff}.dc-category-icon{width:42px;height:42px;border-radius:13px;display:flex;align-items:center;justify-content:center;background:#f0efff;color:var(--dc-primary);font-size:20px;margin-bottom:12px}.dc-category-card strong{display:block;font-size:15px}.dc-category-card span{display:block;color:var(--dc-muted);font-size:12px;margin-top:4px}.dc-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.dc-panel{background:#fff;border:1px solid var(--dc-line);border-radius:20px;box-shadow:0 6px 20px rgba(38,45,77,.035);overflow:hidden}.dc-panel-head{padding:18px 20px;border-bottom:1px solid var(--dc-line);display:flex;align-items:center;justify-content:space-between}.dc-panel-head h3{margin:0;font-size:18px}.dc-tabs{display:flex;gap:6px}.dc-tab{padding:7px 10px;border-radius:9px;background:#f5f6fa;font-size:12px;font-weight:700;color:var(--dc-muted)}.dc-tab.active{background:#eeedff;color:var(--dc-primary)}.dc-post-list{list-style:none;padding:0;margin:0}.dc-post-item{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:14px;align-items:center;padding:17px 20px;border-bottom:1px solid var(--dc-line)}.dc-post-item:last-child{border-bottom:0}.dc-rank{width:38px;height:38px;border-radius:12px;background:#f5f6fa;display:flex;align-items:center;justify-content:center;font-weight:800;color:#656b7d}.dc-rank.top{background:#fff3db;color:#e28b00}.dc-post-main{min-width:0}.dc-post-main h4{margin:0 0 5px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-post-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--dc-muted)}.dc-badge{display:inline-flex;padding:3px 7px;border-radius:7px;background:#effcf8;color:#14966f;font-weight:700;font-size:11px}.dc-count{font-size:12px;color:var(--dc-muted);white-space:nowrap}.dc-sidebar{display:grid;gap:18px}.dc-profile{padding:20px}.dc-profile-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}.dc-avatar{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#ecebff,#dffaf1);display:flex;align-items:center;justify-content:center;font-size:22px}.dc-profile strong{font-size:15px}.dc-profile small{display:block;color:var(--dc-muted)}.dc-profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dc-side-list{list-style:none;padding:8px 18px 16px;margin:0}.dc-side-list li{padding:10px 0;border-bottom:1px solid var(--dc-line);font-size:13px}.dc-side-list li:last-child{border:0}.dc-side-list span{color:var(--dc-muted);font-size:11px;margin-left:6px}.site-main{min-height:60vh}.dc-archive{padding:30px 0}.dc-page-title{font-size:30px;margin:0 0 20px;letter-spacing:-1px}.dc-article-card{background:#fff;border:1px solid var(--dc-line);border-radius:20px;padding:24px;margin-bottom:14px}.dc-article-card h2{margin:0 0 8px;font-size:20px}.dc-article-card .excerpt{color:#626a80;font-size:14px}.dc-single{padding:34px 0}.dc-single article{background:#fff;border:1px solid var(--dc-line);border-radius:24px;padding:34px}.dc-single h1{font-size:32px;line-height:1.35;margin:0 0 12px}.dc-single-meta{color:var(--dc-muted);font-size:13px;border-bottom:1px solid var(--dc-line);padding-bottom:18px;margin-bottom:26px}.entry-content{font-size:16px}.entry-content img{border-radius:16px}.dc-footer{margin-top:42px;background:#23263a;color:#c8cbe0}.dc-footer-inner{padding:34px 0}.dc-footer strong{color:#fff}.dc-footer p{font-size:13px;color:#9fa5bd}.dc-mobile-nav{display:none}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pagination,.nav-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.page-numbers{padding:8px 12px;background:white;border:1px solid var(--dc-line);border-radius:10px}.page-numbers.current{background:var(--dc-primary);color:#fff;border-color:var(--dc-primary)}
@media(max-width:980px){.dc-search{display:none}.dc-category-grid{grid-template-columns:repeat(3,1fr)}.dc-content-grid{grid-template-columns:1fr}.dc-sidebar{grid-template-columns:1fr 1fr}.dc-hero-grid{grid-template-columns:1fr}.dc-hero-stats{grid-template-columns:repeat(4,1fr)}}
@media(max-width:680px){body{padding-bottom:72px}.dc-wrap{width:min(100% - 22px,1180px)}.dc-header-row{height:64px}.dc-header-actions .dc-btn:not(.primary){display:none}.dc-logo small{display:none}.dc-logo strong{font-size:18px}.dc-nav{display:none}.dc-hero{padding-top:18px}.dc-hero-card{padding:28px 22px;border-radius:22px}.dc-hero h1{font-size:31px}.dc-hero p{font-size:14px}.dc-hero-stats{grid-template-columns:1fr 1fr}.dc-stat strong{font-size:20px}.dc-category-grid{grid-template-columns:repeat(2,1fr)}.dc-content-grid{display:block}.dc-sidebar{display:grid;grid-template-columns:1fr;margin-top:18px}.dc-post-item{grid-template-columns:38px minmax(0,1fr);padding:15px}.dc-count{display:none}.dc-single article{padding:22px}.dc-single h1{font-size:25px}.dc-mobile-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--dc-line);z-index:80;padding:8px 8px 10px}.dc-mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;color:#656b7d}.dc-mobile-nav b{font-size:19px;line-height:1}.dc-mobile-nav .write b{width:38px;height:38px;margin-top:-22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--dc-primary);color:white;box-shadow:0 8px 24px rgba(91,92,240,.35)} }


/* V3 additions */
.dc-category-tip{position:relative;isolation:isolate}
.dc-category-tip::after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 12px);transform:translate(-50%,8px);width:max-content;max-width:290px;padding:10px 13px;border-radius:12px;background:#202338;color:#fff;font-size:12px;font-weight:600;line-height:1.5;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease;box-shadow:0 12px 30px rgba(20,24,45,.18);z-index:100}
.dc-category-tip::before{content:"";position:absolute;left:50%;bottom:calc(100% + 5px);transform:translateX(-50%);border:7px solid transparent;border-top-color:#202338;opacity:0;visibility:hidden;transition:.18s ease;z-index:101}
.dc-category-tip:hover::after,.dc-category-tip:hover::before,.dc-category-tip:focus-visible::after,.dc-category-tip:focus-visible::before,.dc-category-tip.tooltip-open::after,.dc-category-tip.tooltip-open::before{opacity:1;visibility:visible;transform:translate(-50%,0)}
.dc-category-tip:hover::before,.dc-category-tip:focus-visible::before,.dc-category-tip.tooltip-open::before{transform:translateX(-50%)}
.dc-nav .dc-category-tip::after{bottom:auto;top:calc(100% + 11px)}
.dc-nav .dc-category-tip::before{bottom:auto;top:calc(100% + 4px);border-top-color:transparent;border-bottom-color:#202338}
.dc-mini-note{font-size:12px;color:var(--dc-muted)}
.dc-profile-image{width:48px;height:48px;border-radius:16px;object-fit:cover;background:#eef0f6}
.dc-login-divider{display:flex;align-items:center;gap:8px;margin:10px 0;color:var(--dc-muted);font-size:11px}.dc-login-divider:before,.dc-login-divider:after{content:"";height:1px;background:var(--dc-line);flex:1}
.dc-notify-link{position:relative;min-width:44px;padding:0 12px}.dc-notify-link em{position:absolute;right:-3px;top:-5px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--dc-danger);color:#fff;font-size:10px;font-style:normal}
.dc-single-category{display:inline-flex;padding:5px 9px;border-radius:8px;background:#effcf8;color:#14966f;font-size:12px;font-weight:800;margin-bottom:10px}.dc-featured-image{margin:8px 0 26px}.dc-featured-image img{width:100%;max-height:620px;object-fit:cover;border-radius:18px}
.dc-comments{margin-top:30px;padding-top:24px;border-top:1px solid var(--dc-line)}.dc-comments h2{font-size:20px}.dc-comment-list{list-style:none;padding:0}.dc-comment-list .comment{padding:14px 0;border-bottom:1px solid var(--dc-line)}.dc-comment-list .children{list-style:none;margin-left:28px;padding-left:16px;border-left:2px solid #eeedff}.dc-comment-list .comment-body{position:relative}.dc-comment-list .comment-author{display:flex;align-items:center;gap:8px}.dc-comment-list .avatar{border-radius:12px}.dc-comment-list .comment-meta{font-size:11px;color:var(--dc-muted);margin:3px 0 8px}.dc-comment-list p{margin:8px 0}.dc-comment-list .reply a{font-size:12px;font-weight:800;color:var(--dc-primary)}.comment-form textarea,.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url]{width:100%;border:1px solid var(--dc-line);border-radius:12px;padding:12px;font:inherit}.comment-form textarea{min-height:130px}.comment-form label{display:block;font-weight:700;font-size:13px;margin-bottom:5px}
@media(max-width:680px){.dc-category-tip::after{position:fixed;left:16px;right:16px;bottom:86px;top:auto;width:auto;max-width:none;transform:translateY(8px);text-align:center;font-size:13px;padding:13px 15px}.dc-category-tip::before{display:none}.dc-category-tip.tooltip-open::after{transform:translateY(0)}.dc-nav .dc-category-tip::after{top:auto;bottom:86px}.dc-header-actions .daham-google-login{display:none}.dc-mini-note{display:none}}
