.boundary,.skeleton-wrap{color:var(--color-ink);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;letter-spacing:-.015em}.boundary *,.skeleton-wrap *{box-sizing:border-box}.boundary a{color:inherit;text-decoration:none}.boundary button{font:inherit;color:inherit;cursor:pointer}.boundary{display:grid;min-height:70vh;place-items:center;padding:64px 24px;text-align:center;background:var(--color-white)}.boundary h1{margin:0 0 12px;font-size:clamp(24px,2.4vw,32px);letter-spacing:-.03em}.boundary p{margin:0 0 28px;max-width:460px;color:var(--color-gray-600);font-size:15px;line-height:1.8}.boundary code{display:block;margin-bottom:20px;color:var(--color-gray-500);font-size:12px}.boundary-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.boundary-actions a,.boundary-actions button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 26px;border:1px solid var(--color-primary);border-radius:8px;background:var(--color-primary);color:#fff;font-weight:700;transition:.2s}.boundary-actions .ghost{border-color:var(--color-gray-300);background:#fff;color:var(--color-gray-700)}.boundary-actions a:hover,.boundary-actions button:hover{opacity:.88}.skeleton-wrap{width:min(1440px,calc(100% - 96px));margin:56px auto;background:var(--color-white)}.skeleton{border-radius:12px;background:linear-gradient(90deg,var(--color-gray-100) 25%,var(--color-gray-50) 37%,var(--color-gray-100) 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.skeleton-title{height:34px;width:260px;margin-bottom:28px}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:24px;gap:24px}.skeleton-card{height:320px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}}