.sbx-page .toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:40px}.sbx-page .toolbar .search{max-width:320px}.sbx-page .cre-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media (max-width:1100px){.sbx-page .cre-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.sbx-page .cre-grid{grid-template-columns:1fr 1fr}}.sbx-page .cre-card{cursor:pointer;display:block;color:inherit;text-decoration:none;overflow:hidden}.sbx-page .cre-card .img{aspect-ratio:1/1.08;transition:transform .28s ease}.sbx-page .cre-card .foot{background:#fff;color:#0a0a0a;padding:16px 18px;display:flex;flex-direction:column;gap:4px}.sbx-page .cre-card .cat{font-family:Pretendard;font-weight:600;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(10,10,10,.45);transition:color .28s ease}.sbx-page .cre-card .row2{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sbx-page .cre-card .name{font-family:Pretendard;font-weight:800;font-size:20px;line-height:1.25;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:50px;transition:color .28s ease}@media (max-width:680px){.sbx-page .cre-card .name{font-size:17px;min-height:42.5px}}.sbx-page .cre-card .subs{font-family:Pretendard;font-weight:600;font-size:12px;line-height:25px;color:rgba(10,10,10,.5);display:flex;align-items:center;gap:6px;white-space:nowrap}@media (max-width:680px){.sbx-page .cre-card .subs{line-height:21.25px}}.sbx-page .cre-card .subs .dot{width:7px;height:7px;border-radius:50%;background:var(--accent)}@media (hover:hover){.sbx-page .cre-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.sbx-page .cre-card:hover .img{transform:scale(1.04)}.sbx-page .cre-card:hover .name{color:var(--accent)}}