.ck-layout { display: flex; gap: 1.5rem; align-items: flex-start; }
.ck-sidebar { width: 120px; flex-shrink: 0; position: sticky; top: 24px; align-self: flex-start; display: flex; flex-direction: column; align-items: center; gap: 8px; background: #f7f6f3; border-radius: 12px; padding: 1rem 0.75rem; }
.ck-main { flex: 1; min-width: 0; }
@media (max-width: 600px) { .ck-layout { flex-direction: column; } .ck-sidebar { width: 100%; position: static; flex-direction: row; flex-wrap: wrap; justify-content: center; } }
.ck-wrap { font-family: inherit; padding: 1rem 0; position: relative; }
#ck-confetti { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }
.ck-top { display: flex; gap: 1rem; align-items: flex-start; background: #f7f6f3; border-radius: 12px; padding: 1.25rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.ck-face-box { display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 130px; position: sticky; top: 16px; align-self: flex-start; }
.ck-rank-name { font-size: 13px; font-weight: 500; color: #1a1a1a; text-align: center; }
.ck-rank-next { font-size: 11px; color: #888; text-align: center; }
.ck-right { flex: 1; min-width: 200px; }
.ck-bar-label { display: flex; justify-content: space-between; margin-bottom: 5px; width: 100%; }
.ck-bar-label span { font-size: 11px; color: #888; }
.ck-bar-bg { height: 6px; background: #e5e5e5; border-radius: 5px; overflow: hidden; margin-bottom: 8px; width: 100%; }
.ck-bar-fill { height: 100%; border-radius: 5px; transition: width 0.4s, background 0.4s; }
.ck-counts { display: flex; flex-direction: column; gap: 4px; width: 100%; }
.ck-count { font-size: 12px; color: #888; }
.ck-count strong { color: #1a1a1a; font-weight: 500; }
.ck-unlock { background: #EAF3DE; border-radius: 8px; padding: 10px 14px; font-size: 12px; color: #27500A; text-align: center; margin-bottom: 1rem; display: none; }
.ck-toast { text-align: center; padding: 6px; font-size: 12px; color: #888; min-height: 22px; }
.ck-phase { margin-bottom: 1.25rem; }
.ck-phase-title { font-size: 12px; font-weight: 500; color: #888; text-transform: uppercase; letter-spacing: .05em; padding: 0 0 6px 2px; border-bottom: 1px solid #eee; margin-bottom: 2px; }
.ck-item { display: flex; align-items: flex-start; gap: 10px; padding: 9px 4px; border-bottom: 1px solid #f0f0f0; cursor: pointer; border-radius: 6px; }
.ck-item:last-child { border-bottom: none; }
.ck-item:hover { background: #f7f6f3; }
.ck-box { width: 18px; height: 18px; border: 1.5px solid #ddd; border-radius: 4px; flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; transition: all .15s; }
.ck-item.done .ck-box { background: #639922; border-color: #639922; }
.ck-item.done .ck-label { color: #aaa; text-decoration: line-through; }
.ck-label { font-size: 13px; color: #1a1a1a; line-height: 1.5; }
.ck-tag { display: inline-block; font-size: 10px; padding: 1px 7px; border-radius: 999px; margin-left: 6px; vertical-align: middle; background: #FCEBEB; color: #A32D2D; }

.ck-section { margin-bottom: 2rem; }
.ck-section-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 10px 0 10px 0;
  margin-bottom: 4px;
  border-bottom: 2px solid #1a1a1a;
  letter-spacing: -0.01em;
}

/* Mobile sticky bar */
.ck-mobile-bar {
  display: none;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #f7f6f3;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 12px;
  gap: 10px;
  align-items: center;
  margin-bottom: 1rem;
}
.ck-mobile-bar-progress {
  flex: 1;
  min-width: 0;
}
.ck-mobile-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #888;
  margin-bottom: 4px;
}
.ck-mobile-bar-counts {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .ck-mobile-bar { display: flex; }
  .ck-sidebar { display: none; }
  .ck-layout { flex-direction: column; }
}