@charset "utf-8";

.hy-att-wrap {
  --ap: var(--hy-theme-primary, #d989b5);
  --ap-strong: var(--hy-theme-primary, #c86ea4);
  --ap-soft: var(--hy-theme-soft, #f7edf4);
  --ab: #f1ddea;
  --ai: var(--hy-theme-text, #2e2232);
  --am: #7f6d7d;
  --aw: #ffffff;
  font-family: Pretendard,"Noto Sans KR","Apple SD Gothic Neo",sans-serif;
  color: var(--ai);
  padding: 18px 14px 72px;
  box-sizing: border-box;
}

.hy-att-wrap * { box-sizing: border-box; }
.hy-att-shell { max-width: 980px; margin: 0 auto; }

.hy-att-hero,
.hy-att-card,
.hy-att-panel {
  background: var(--aw);
  border: 1px solid var(--ab);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(87, 42, 79, .05);
}

.hy-att-hero {
  position: relative;
  overflow: hidden;
  padding: 24px 26px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #fff8fc 0%, #fff 55%, #fbf7fd 100%);
  background-size: cover;
  background-position: center;
}

.hy-att-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ap), var(--hy-theme-secondary, #d9d8f2));
}

.hy-att-hero::after {
  content: "참 잘했어요";
  position: absolute;
  right: 22px;
  top: 22px;
  min-width: 84px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.7);
  color: var(--ap-strong);
  font-size: 12px;
  font-weight: 900;
  transform: rotate(3deg);
  pointer-events: none;
}

.hy-att-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #edd7e8;
  background: rgba(255,255,255,.86);
  color: var(--ap-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.hy-att-title {
  margin: 0 0 8px;
  color: var(--ai);
  font-size: clamp(28px, 4vw, 34px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.15;
}

.hy-att-desc {
  margin: 0 0 18px;
  color: var(--am);
  font-size: 14px;
  line-height: 1.55;
}

.hy-att-stats { display: flex; flex-wrap: wrap; gap: 10px; }
.hy-att-stat {
  min-width: 86px;
  padding: 12px 14px;
  text-align: center;
  border: 1px solid #efe2ea;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
}
.hy-att-stat b { display:block; font-size:20px; font-weight:900; color:var(--ap-strong); letter-spacing:-.03em; }
.hy-att-stat span { display:block; margin-top:3px; font-size:11px; font-weight:700; color:var(--am); }

.hy-att-card,.hy-att-panel { padding: 20px; }
.hy-att-card { margin-bottom: 14px; }
.hy-att-card-title,.hy-att-panel-head h2 { margin:0; color:var(--ai); font-size:18px; font-weight:850; letter-spacing:-.03em; }
.hy-att-card-title { display:flex; align-items:center; gap:8px; margin-bottom:14px; }
.hy-att-card-title::before,.hy-att-panel-head h2::before {
  content:"🌸"; display:inline-flex; align-items:center; justify-content:center; width:24px; height:24px; border-radius:999px; background:var(--ap-soft); color:var(--ap-strong); font-size:13px; flex:0 0 24px;
}
.hy-att-panel-head h2::before { content:"✓"; font-weight:900; }
.hy-att-panel-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px; }
.hy-att-chip { display:inline-flex; align-items:center; min-height:28px; padding:0 11px; border-radius:999px; background:#f9f0f5; border:1px solid #efdbe7; color:var(--ap-strong); font-size:11px; font-weight:800; }

.hy-att-presets { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:14px; }
.hy-att-preset { min-height:36px; padding:0 13px; border-radius:999px; border:1px solid #edd7e5; background:#fff; color:var(--ap-strong); font:700 13px/1 inherit; cursor:pointer; transition:.15s ease; }
.hy-att-preset:hover,.hy-att-preset.selected { border-color:#e6b7cf; background:#fbf2f7; color:#b75d91; }
.hy-att-custom-label { margin-bottom:8px; color:var(--am); font-size:12px; font-weight:700; }
.hy-att-textarea { width:100%; min-height:88px; padding:14px 16px; border:1px solid #ead7e3; border-radius:16px; background:#fff; color:var(--ai); font:inherit; font-size:14px; line-height:1.6; resize:vertical; outline:none; transition:border-color .15s ease,box-shadow .15s ease; }
.hy-att-textarea::placeholder { color:#a492a1; }
.hy-att-textarea:focus { border-color:#d8a7c6; box-shadow:0 0 0 3px rgba(216,167,198,.12); }
.hy-att-textarea:disabled { background:#faf7f9; color:#bbb; }
.hy-att-submit,.hy-att-login { width:100%; min-height:48px; margin-top:12px; border-radius:14px; font:800 14px/1 inherit; transition:.15s ease; }
.hy-att-submit { border:0; background:linear-gradient(135deg,var(--ap),var(--hy-theme-secondary,#cbb9e7)); color:#fff; cursor:pointer; }
.hy-att-submit:hover:not(:disabled) { filter:brightness(.98); transform:translateY(-1px); }
.hy-att-submit:disabled { background:#eee4eb; color:#a898a4; cursor:default; }
.hy-att-login { display:inline-flex; align-items:center; justify-content:center; border:1px solid #ddbdd0; background:#fff; color:var(--ap-strong); text-decoration:none; }
.hy-att-write-link { display:inline-block; margin-top:10px; color:var(--am); font-size:12px; font-weight:700; text-decoration:none; }
.hy-att-write-link:hover { color:var(--ap-strong); }

.hy-att-grid { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(260px,.9fr); gap:14px; }
.hy-att-list,.hy-att-top3 { display:grid; gap:8px; }
.hy-att-top3 { list-style:none; margin:0; padding:0; }
.hy-att-row,.hy-att-top3 li { display:flex; align-items:center; gap:12px; padding:12px 14px; border:1px solid #f0e2eb; border-radius:16px; background:#fff; }
.hy-att-rank { width:38px; height:38px; border-radius:13px; display:flex; align-items:center; justify-content:center; flex-shrink:0; background:#f7edf4; color:var(--ap-strong); font-size:12px; font-weight:900; }
.hy-att-rank.top-1,.hy-att-rank.top-2,.hy-att-rank.top-3 { background:#fcf7e8; color:#9b7a17; font-size:18px; }
.hy-att-info { flex:1; min-width:0; }
.hy-att-info strong { display:block; color:var(--ai); font-size:14px; font-weight:800; }
.hy-att-info em,.hy-att-info a { display:block; margin-top:4px; color:var(--am); font-size:12.5px; line-height:1.4; font-style:normal; text-decoration:none; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.hy-att-meta { display:flex; align-items:center; gap:8px; flex-shrink:0; }
.hy-att-meta-text { display:flex; flex-direction:column; align-items:flex-end; gap:2px; }
.hy-att-meta b { color:var(--ap-strong); font-size:11px; }
.hy-att-meta span { color:#9d8b98; font-size:11px; }
.hy-att-del-form { display:inline-flex; }
.hy-att-del-btn { width:24px; height:24px; border:0; border-radius:8px; background:#f9edf1; color:#b35f86; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; font-size:11px; }
.hy-att-empty { padding:36px 18px; border:1px dashed #eedde7; border-radius:18px; background:#fff; text-align:center; color:var(--am); }
.hy-att-empty strong { display:block; margin-bottom:6px; color:var(--ai); font-size:16px; font-weight:800; }
.hy-att-side { display:grid; gap:14px; }
.hy-att-calendar { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:6px; }
.hy-att-day { height:30px; display:flex; align-items:center; justify-content:center; border-radius:10px; border:1px solid #efe1eb; background:#fff; color:#aa97a5; font-size:11px; font-weight:700; }
.hy-att-day.is-on { background:#f9eef5; border-color:#e9c8da; color:var(--ap-strong); }
.hy-att-day.is-today { outline:2px solid #e4b5cf; outline-offset:1px; }
.hy-att-cal-summary { margin:10px 0 0; color:var(--am); font-size:12px; font-weight:700; text-align:center; }
.hy-att-top3-medal { font-size:18px; flex-shrink:0; }
.hy-att-top3-name { min-width:54px; color:var(--ai); font-size:13px; font-weight:800; }
.hy-att-top3-msg { flex:1; min-width:0; color:var(--am); font-size:12px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

@media (max-width:900px){ .hy-att-wrap{padding-bottom:56px}.hy-att-hero,.hy-att-card,.hy-att-panel{border-radius:20px}.hy-att-hero{padding:20px 18px}.hy-att-grid{grid-template-columns:1fr}.hy-att-hero::after{right:16px;top:16px;min-width:72px;font-size:11px} }
@media (max-width:640px){ .hy-att-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.hy-att-stat{min-width:0}.hy-att-hero::after{display:none} }
@media (max-width:480px){ .hy-att-wrap{padding:14px 10px 48px}.hy-att-title{font-size:24px}.hy-att-desc{margin-bottom:14px;font-size:13px}.hy-att-card,.hy-att-panel{padding:16px}.hy-att-preset{min-height:34px;padding:0 11px;font-size:12px}.hy-att-row,.hy-att-top3 li{gap:10px;padding:11px 12px}.hy-att-rank{width:34px;height:34px;border-radius:11px}.hy-att-day{height:28px;font-size:10px} }


/* 2026-06-08 custom uploaded font fallback */
html body .hy-board-screen,html body .hy-board-screen *,html body .hy-gallery-wrap,html body .hy-gallery-wrap *,html body .hy-att-wrap,html body .hy-att-wrap *,html body .hy-content-page,html body .hy-content-page *,html body .hy-faq-wrap,html body .hy-faq-wrap *{font-family:var(--hy-custom-font, Pretendard, 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif)!important;}
