
.ck-advisor-container{max-width:860px;margin:0 auto;padding:16px}
.ck-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.04);padding:20px}
.ck-h1{font-size:22px;font-weight:700;margin:0 0 8px}
.ck-muted{color:#475569}
.ck-progress{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:12px 0 16px}
.ck-progress>div{height:100%;background:#0ea5e9;transition:width .2s ease}
.ck-btn{border-radius:10px;border:1px solid #cbd5e1;padding:10px 14px;background:#fff;cursor:pointer}
.ck-btn:hover{background:#f8fafc}
.ck-btn.primary{background:#0284c7;border-color:#0284c7;color:#fff}
.ck-btn.primary:disabled{opacity:.6;cursor:not-allowed}
.ck-opt{padding:14px;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;background:#fff;text-align:left}
.ck-opt:hover{background:#f8fafc}
.ck-opt.selected{border-color:#0ea5e9;background:#e0f2fe}
.ck-grid{display:grid;gap:12px}
@media(min-width:680px){.ck-grid-3{grid-template-columns:repeat(3,1fr)}}
.ck-rank{width:56px;height:56px;border-radius:14px;background:#e0f2fe;color:#0369a1;display:grid;place-items:center;font-weight:700}
.ck-line{height:1px;background:#e5e7eb;margin:16px 0}
.ck-badge{display:inline-block;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:4px 10px;margin:4px 6px 0 0;font-size:12px}
.ck-price{display:flex;gap:10px;align-items:flex-end;margin-top:6px}
.ck-price .was{color:#94a3b8;text-decoration:line-through;font-size:13px}
.ck-price .now{color:#0369a1;font-weight:700;font-size:18px}
.ck-note{font-size:12px;color:#64748b}
