@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";body{margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#111}*{box-sizing:border-box}.card{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 14px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-1px);box-shadow:0 10px 22px #00000014}.input{width:100%;border-radius:8px;border:1px solid #e5e5e5;padding:8px 12px;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.input:focus{border-color:#111;box-shadow:0 0 0 3px #11111114}.btn{border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:transform .15s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease;border:0;cursor:pointer}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:38px;min-width:96px;border-radius:10px;padding:8px 16px;font-weight:600;line-height:1.2;background:#111;color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0003}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:38px;min-width:96px;border-radius:10px;padding:8px 16px;font-weight:600;line-height:1.2;border:1px solid #e5e5e5;background:#fff}.btn-secondary:hover{background:#f4f4f4;transform:translateY(-1px);box-shadow:0 6px 14px #00000014}
